

function newwin(x,y,win)
{ window.open("",""+win+"","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+x+",height="+y+""); }
function poptastic(url,x,y)
{
	newwindow=window.open(url,'name','height='+y+',width='+x+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
	if (window.focus) {newwindow.focus()}
}

function close_tab() {
 var oElement = document.getElementById('mt1');
 var oElement2 = document.getElementById('mt3');
 var oElement3 = document.getElementById('mt4');
 
 
 if (oElement.style.display == "none")
  {
		
		//new Effect.Appear(document.getElementById('mt1'));
		new Effect.BlindDown(document.getElementById('mt1'));
				
				
		oElement2.style.display = 'block';
		oElement3.style.display = 'none';
  }
  else
  {
    	new Effect.Fade(document.getElementById('mt1'));
		
		
		oElement2.style.display = 'none';
		oElement3.style.display = 'block';
  }
 

}

function copy() {
	b="&lt;OBJECT classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0&quot; WIDTH=&quot;200&quot; HEIGHT=&quot;50&quot; id=&quot;spot2&quot; ALIGN=&quot;&quot;&gt; &lt;PARAM NAME=movie VALUE=&quot;http://www.works11.com/files/baner_works11.swf&quot;&gt; &lt;PARAM NAME=menu VALUE=false&gt; &lt;PARAM NAME=quality VALUE=high&gt; &lt;PARAM NAME=bgcolor VALUE=#FFFFFF&gt; &lt;EMBED src=&quot;http://www.works11.com/files/baner_works11.swf&quot; menu=false quality=high bgcolor=#FFFFFF  WIDTH=&quot;200&quot; HEIGHT=&quot;50&quot; NAME=&quot;spot2&quot; ALIGN=&quot;&quot; TYPE=&quot;application/x-shockwave-flash&quot; PLUGINSPAGE=&quot;http://www.macromedia.com/go/getflashplayer&quot;&gt;&lt;/EMBED&gt;&lt;/OBJECT&gt;";
	window.clipboardData.setData("Text", b)
} 
