function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=380,height=200,screenX=150,screenY=150,top=150,left=150')
}

function pbtest() {
document.write('<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 width=120 height=40 title=Prom Party Dress Videos>');
document.write('<param name=allowScriptAccess value=sameDomain>');
document.write('<param name=movie value=massage-test.swf>');
document.write('<param name=quality value=high>');
document.write('<param name=autoStart value=-1>');
document.write('<embed src=massage-test.swf quality=high pluginspage=http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash width=120 height=40 alt=Flash Videos></embed>');
}