var hencam = new Object();

hencam.ad_url = escape('http://www.hencam.co.uk/hencam_forum/');

hencam.small_path = '/curl/small.swf';
hencam.small_image = escape('/curl/small.jpg');
hencam.small_width = '100';
hencam.small_height = '100';
hencam.small_params = 'ico=' + hencam.small_image;

hencam.big_path = '/curl/large.swf';
hencam.big_image = escape('/curl/large.jpg');
hencam.big_width = '650';
hencam.big_height = '650';
hencam.big_params = 'big=' + hencam.big_image + '&ad_url=' + hencam.ad_url;

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";
}

hencam.putObjects = function () {
// <jcornerSmall>
document.write('<div id="jcornerSmall" style="position:absolute;width:'+ hencam.small_width +'px;height:'+ hencam.small_height +'px;z-index:9999;right: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="'+hencam.small_width+'" height="'+hencam.small_height+'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ hencam.small_path +'?'+ hencam.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+hencam.small_params+'"/>');
// embed
document.write('<embed src="'+ hencam.small_path + '?' + hencam.small_params +'" name="jcornerSmallObject" wmode="transparent" quality="high" width="'+ hencam.small_width +'" height="'+ hencam.small_height +'" flashvars="'+ hencam.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:absolute;width:'+ hencam.big_width +'px;height:'+ hencam.big_height +'px;z-index:9999;right: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="'+ hencam.big_width +'" height="'+ hencam.big_height +'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ hencam.big_path +'?'+ hencam.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ hencam.big_params +'"/>');
// embed
document.write('<embed src="'+ hencam.big_path + '?' + hencam.big_params +'" id="jcornerBigEmbed" name="jcornerBigObject" wmode="transparent" quality="high" width="'+ hencam.big_width +'" height="'+ hencam.big_height +'" flashvars="'+ hencam.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);
}
hencam.putObjects();