var width, height; if(size == 'L'){ width = '700'; height = '600'; }else{ width = '500'; height = '500'; } var html = ''; document.write(html);