function onFlashClick()
   {
      document. href="/";
   }
function Print_Content()
{
     var texts;
     texts=document.getElementById("pc").innerHTML;
     document.PrintForm.puttext.value=texts;
     document.forms.PrintForm.submit(); 
}
function FlashLink(a,b,c)
{
try
{
var Mac  =  (navigator.userAgent.indexOf("mac")!=-1)  || (navigator.userAgent.indexOf("Mac")!=-1);
var opnew = (navigator.userAgent.indexOf('Opera 7')!=-1);
var opold = (navigator.userAgent.indexOf('Opera')!=-1);
var msie  =  (navigator.userAgent.indexOf('MSIE')!=-1);
var moz  =  (navigator.userAgent.indexOf('Gecko')!=-1);
var obj1 = document.getElementById(a);
var obj2 = document.getElementById(b);
var obj3 = document.getElementById(c);
obj2.style.width='760';
obj2.style.height='130';
obj2.style.cursor='hand';
//obj3.style.width='760';
//obj3.style.height='130';
if(Mac)
{
	
}
if(msie)
{
obj1.style.width='760';
obj1.style.height='130';
obj1.style.position='absolute';
obj1.style.top='15';
obj1.style.left='117';
obj1.style.zindex='100';
obj1.style.background='none';
obj3.style.width='0';
obj3.style.height='0';
}
if(moz)
{
obj1.style.width='760';
obj1.style.height='130';
obj1.style.position='absolute';
obj1.style.top='15';
obj1.style.left='118';
obj1.style.zindex='100';
obj1.style.background='none';

}
if(opnew || opold )
{
obj1.style.width='760';
obj1.style.height='130';
obj1.style.position='absolute';
obj1.style.top='15';
obj1.style.left='110';
obj1.style.zindex='100';
obj1.style.background='none';

}
}
catch(e)
{}
}