var realsnow2 = new Object();

realsnow2.small_path = 'http://tester2.synthasite.com/resources/realsnow2.swf';
realsnow2.small_width = '1920';
realsnow2.small_height = '1200';


function sizeup987(){
	document.getElementById('jcornerBig').style.top = '0px';
	document.getElementById('jcornerSmall').style.top = '-1000px';
}

function sizedown987(){
	document.getElementById("jcornerSmall").style.top = "0px";
	document.getElementById("jcornerBig").style.top = "-1000px";
}

realsnow2.putObjects = function () {
// <jcornerSmall>
document.write('<div id="jcornerSmall" style="position:fixed;width:'+ realsnow2.small_width +'px;height:'+ realsnow2.small_height +'px;z-index:-1;left:0px;top:0px;">');
// object
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="jcornerSmallObject" width="'+realsnow2.small_width+'" height="'+realsnow2.small_height+'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ realsnow2.small_path +'?'+ realsnow2.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+realsnow2.small_params+'"/>');
// embed
document.write('<embed src="'+ realsnow2.small_path + '?' + realsnow2.small_params +'" name="jcornerSmallObject" wmode="transparent" quality="high" width="'+ realsnow2.small_width +'" height="'+ realsnow2.small_height +'" flashvars="'+ realsnow2.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
document.write('</script>');
// </jcornerSmall>
// <jcornerBig>
document.write('<div id="jcornerBig" style="position:fixed;width:'+ realsnow2.big_width +'px;height:'+ realsnow2.big_height +'px;z-index:-1;center:0px;top:0px;">');
// object
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="jcornerBigObject" width="'+ realsnow2.big_width +'" height="'+ realsnow2.big_height +'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ realsnow2.big_path +'?'+ realsnow2.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ realsnow2.big_params +'"/>');
// embed
document.write('<embed src="'+ realsnow2.big_path + '?' + realsnow2.big_params +'" id="jcornerBigEmbed" name="jcornerBigObject" wmode="transparent" quality="high" width="'+ realsnow2.big_width +'" height="'+ realsnow2.big_height +'" flashvars="'+ realsnow2.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
// </jcornerBig>
setTimeout('document.getElementById("jcornerBig").style.top = "-1000px";',1000);
}
realsnow2.putObjects();
