﻿try{document.execCommand("BackgroundImageCache",false,true);}catch(e){}
var browser=navigator.appName;

function sitesShow(onoff){
	var sites=document.getElementById("sites");
	var sitesTB=document.getElementById("sitesTB");
	if(onoff=="on"){
		sites.style.display="block";
		sitesTB.style.border="1px solid #EDEDED";
		sitesTB.style.background="none";
	}else if(onoff=="off"){
		sites.style.display="none";
		sitesTB.style.border="1px solid #FFFFFF";
		sitesTB.style.background="url(images/arr-down.gif) no-repeat 102px 11px";
	}
}
document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");

