var rightbar;
var coupletcode;
rightbar = window.screen.width-154+20;

coupletcode = "<DIV id=leftbar style='LEFT: 0px; POSITION: absolute; TOP: 68px; VISIBILITY: hidden;' width=112>32</div><DIV id=rightbar style='LEFT: " + rightbar + "px; POSITION: absolute; TOP: 68px; VISIBILITY: hidden' width=112>32</div>";

if (window.screen.width>=1024)
{
document.write(coupletcode);
}

function InsertCouplet()
{
if (window.screen.width>=1024){	
document.all.leftbar.style.visibility = "visible";
document.all.rightbar.style.visibility = "visible";
//document.all.leftbar.innerHTML = "<a href='#' onclick=javascript:window.open('ce.htm','ΘΟΦ€','')><img src='_img/pop2.gif' width='112' height='224' border='0'><map name='Map'><area shape='rect' coords='4,234,17,249' href='javascript:rightBG_DoFSCommand(pop,hidebar)'></map></a>";
//document.all.rightbar.innerHTML = "<a href='#' onclick=javascript:window.open('ce.htm','ΘΟΦ€','')><img src='_img/pop2.gif' width='112' height='224' border='0'><map name='Map'><area shape='rect' coords='4,234,17,249' href='javascript:rightBG_DoFSCommand(pop,hidebar)'></map></a>";
//document.write("<A HREF=javascript:openNewWindow('http://www.macromedia.com','thewin','height=400,width=400,toolbar=no,scrollbars=yes') ></A>");
document.all.leftbar.innerHTML = "<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='112' height='250'>" +
"  <param name='movie' value='_img/pop2.swf'>" +
"  <param name='quality' value='high'>" +
"  <embed src='_img/pop2.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='112' height='250'></embed>" +
"</object>";
document.all.rightbar.innerHTML = "<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='112' height='250'>" +
"  <param name='movie' value='_img/pop2.swf'>" +
"  <param name='quality' value='high'>" +
"  <embed src='_img/pop2.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='112' height='250'></embed>" +
"</object>";

}
}
	InsertCouplet();
	function leftBG_DoFSCommand(command,args){
		if ((command == "pop")&&(args =="hidebar")){
			document.all.leftbar.style.visibility = "hidden";
			document.all.rightbar.style.visibility = "hidden";
		}
	}
	function rightBG_DoFSCommand(command,args){
		leftBG_DoFSCommand(command,args);
	}
	<!--
	if (document.all){
		document.write("<Script language=\"JavaScript\" For=\"rightB\" Event=\"FSCommand(command,args)\">\n");
		document.write("	leftBG_DoFSCommand(command,args);\n");
		document.write("</Script>\n");
		document.write("<Script language=\"JavaScript\" For=\"leftB\" Event=\"FSCommand(command,args)\">\n");
		document.write("	rightBG_DoFSCommand(command,args);\n");
		document.write("</Script>\n");
	}
	//-->
