var LeftPosition = 100;//horizontal position if popCentered=0
var TopPosition = 100;//vertical position if popCentered=0
var popCentered = 1;//set to 0, if popup should appear at LeftPosition/TopPosition
var NS4=(document.layers)?1:0;
var Moz=(document.getElementById&&!document.all)?1:0;
var IE=(document.all)?1:0;
var optNSMoz;
var optIE;
function inMemoriam(){
if (popCentered==1){
LeftPosition = (screen.width) ? (screen.width-400)/2 : 0;
TopPosition = (screen.height) ? (screen.height-270)/2 : 0;
}
optNSMoz='scrollbars=no,width=400,height=270,left='+LeftPosition+',top='+TopPosition;
optIE='scrollbars=no,width=400,height=270,left='+LeftPosition+',top='+TopPosition;
if (NS4){imgWin=window.open('about :blank','osierra',optNSMoz);}
if (Moz){imgWin=window.open('','osierra',optNSMoz);}
if (IE){imgWin=window.open('about :blank','osierra',optIE);}
imgWin.document.write('<html><head><title>osierra.com - in memoriam</title><style>body{margin:0px;}</style>');
imgWin.document.write('<script src="http://osierra.com/wp-content/plugins/kimili-flash-embed/js/swfobject.js" type="text/javascript"></script>');
imgWin.document.write('</head><body bgcolor=000000>')
//imgWin.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="400" height="270">');
//imgWin.document.write('<param name="movie" value="http://osierra.com/video/inmemoriam.swf">');
//imgWin.document.write('<param name="quality" value="high">');
//imgWin.document.write('<embed src="inmemoriam.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="270"></embed>');
//imgWin.document.write('</object>');
imgWin.document.write('<div id="inmemo" style="border: 1px solid #dddddd; height: 270px; width: 400px; margin-bottom: 20px">');
imgWin.document.write('<table width="400" style="height: 270px">');
imgWin.document.write('<tr>');
imgWin.document.write('<td valign="middle" align="center">You need Flash Player to play this movie</td>');
imgWin.document.write('</tr>');
imgWin.document.write('</table>');
imgWin.document.write('</div>');
imgWin.document.write('<script type="text/javascript">');
imgWin.document.write('// <![CDATA[');
imgWin.document.write('var so_990435934 = new SWFObject("http://osierra.com/video/inmemoriam.swf","fm_inmemo_990435934","400","270","7","#FFFFFF","high","","","");');
imgWin.document.write('so_990435934.addParam("loop", "false");');
imgWin.document.write('so_990435934.addParam("menu", "false");');
imgWin.document.write('so_990435934.addParam("scale", "noscale");');
imgWin.document.write('so_990435934.addParam("salign", "lt");');
imgWin.document.write('so_990435934.addParam("allowScriptAccess", "sameDomain");');
imgWin.document.write('so_990435934.write("inmemo");');
imgWin.document.write('// ]]>');
imgWin.document.write('</script>');
imgWin.document.write('</body></html>');
imgWin.document.close();
imgWin.focus();
}
