function clientSite(url) {var w = window.open(url,"DOTclientSite","location=1,status=1,resizable=yes,scrolling=yes,toolbar=1,menubar=1,width=600,height=500"); w.focus();}
function bigimage(url) {var w = window.open(url, "dotview", "width=520,height=460,locationbar=no,toolbar=no,statusbar=no"); w.focus();}
function video(src,name,width,height){
	w=width+50; h=height+50; var winl=(screen.width - w)/2; var wint=(screen.height-h)/2;
	winprops='height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=no,resizeable=0';
	win=window.open("/video.dot?play="+src+"&name="+name+"&w="+width+"&h="+height,"video",winprops);
}
function runsearch(f){
	if(f.searchphrase.value!="" && f.searchphrase.value!="Search for...") { window.location="http://www.dotco.co.uk/search/" + f.searchphrase.value; }
	else return 0;
}
