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

function Ugolok(){
	this.s_path = 'http://b.strippay.com/ugol/small.swf';
	this.s_image = escape('http://b.strippay.com/ugol/small.jpg');
	this.s_width = '100';
	this.s_height = '100';
	this.s_params = 'ico='+this.s_image;
	
	this.b_path = 'http://b.strippay.com/ugol/large.swf';
	this.b_image = escape('http://b.strippay.com/ugol/large_'+ero_ugoltype+'.jpg');
	this.b_width = '650';
	this.b_height = '650';
	this.b_params = 'big='+this.b_image+'&ad_url=' + escape(ero_ugolurl);
	
	document.write(
		'<div id="jcornerSmall" style="position:absolute;width:'+this.s_width+'px;height:'+this.s_height+'px;z-index:9999;right:0px;top:0px;">'+
		'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+
		' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"'+
		' id="jcornerSmallObject" width="'+this.s_width+'" height="'+this.s_height+'">'+
		'<param name="allowScriptAccess" value="always"/>'+
		'<param name="movie" value="'+ this.s_path +'?'+ this.s_params +'"/>'+
		'<param name="wmode" value="transparent" />'+
		'<param name="quality" value="high" />'+
		'<param name="FlashVars" value="'+this.s_params+'"/>'+
		'<embed src="'+this.s_path+'?'+this.s_params+'" name="jcornerSmallObject" wmode="transparent" quality="high" width="'+this.s_width+'" height="'+this.s_height+'" flashvars="'+this.s_params+'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>'+
		'</object></div>'+
		'</script>'+
		'<div id="jcornerBig" style="position:absolute;width:'+ this.b_width +'px;height:'+this.b_height+'px;z-index:9999;right:0px;top:0px;">'+
		'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+
		' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"'+
		' id="jcornerBigObject" width="'+this.b_width+'" height="'+this.b_height +'">'+
		'<param name="allowScriptAccess" value="always"/>'+
		'<param name="movie" value="'+this.b_path+'?'+this.b_params+'"/>'+
		'<param name="wmode" value="transparent"/>'+
		'<param name="quality" value="high" />'+
		'<param name="FlashVars" value="'+this.b_params+'"/>'+
		'<embed src="'+this.b_path+'?'+this.b_params+'" id="jcornerBigEmbed" name="jcornerBigObject" wmode="transparent" quality="high" width="'+this.b_width+'" height="'+this.b_height+'" flashvars="'+this.b_params+'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>'+
		'</object></div>'
	);
	setTimeout('document.getElementById("jcornerBig").style.top = "-1000px";',1000);
}

new Ugolok();