function showImageAds() { obj = getObjectById('adcampaign_image'); val = obj.options[obj.selectedIndex].value; if(val && val != '') { var boxw = getFieldById('adcampaign_width').value; var boxh = getFieldById('adcampaign_height').value; var set = true; if(boxh+boxw==0) { boxh = 350; box2 = 770; set = false; } wh = parseInt(boxh)+50; ww = parseInt(boxw)+30; newwindow2=window.open('','name','width='+ww+',height='+wh+',scrollbars=yes,resizable=yes'); var tmp = newwindow2.document; tmp.write('banner image'); tmp.write(''); tmp.write('

'); tmp.write('

close the popup.

'); tmp.write(''); tmp.close(); } } function showHtmlAds() { val = getFieldById('adcampaign_html').value; if(val && val != '') { var boxw = getFieldById('adcampaign_width').value; var boxh = getFieldById('adcampaign_height').value; var set = true; if(boxh+boxw==0) { boxh = 350; box2 = 770; set = false; } wh = parseInt(boxh)+50; ww = parseInt(boxw)+30; newwindow2=window.open('','name','width='+ww+',height='+wh+',scrollbars=yes,resizable=yes'); var tmp = newwindow2.document; tmp.write('banner image'); tmp.write(''); tmp.write('
'+val+'
'); tmp.write('

close the popup.

'); tmp.write(''); tmp.close(); } } function showFlashAds() { obj = getObjectById('adcampaign_flash'); val = obj.options[obj.selectedIndex].value; if(val && val != '') { var boxw = getFieldById('adcampaign_width').value; var boxh = getFieldById('adcampaign_height').value; var set = true; if(boxh+boxw==0) { boxh = 350; box2 = 770; set = false; } wh = parseInt(boxh)+50; ww = parseInt(boxw)+30; newwindow2=window.open('','name','width='+ww+',height='+wh+',scrollbars=yes,resizable=yes'); var tmp = newwindow2.document; tmp.write('banner image'); tmp.write(''); tmp.write('
'); tmp.write(''); tmp.write('
'); tmp.write('

close the popup.

'); tmp.write(''); tmp.close(); } }