function popVid(x,y) {
	window.open(x,y,"status=no,scrollbars=no,resizable=no,width=409,height=269")
}
function Launch(page) { 
	OpenWin = this.open(page, "slitheen", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=700,height=510"); 
} 
function Launch2(page) { 
	OpenWin = this.open(page, "sudocwho", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=770,height=620"); 
} 
function Launch3(page) { 
	OpenWin = this.open(page, "DoctorWho", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=770,height=620"); 
} 
function popwin(aPage, aTarget, w, h)
	{ window.open(aPage,aTarget,'status=no,top=0,left=0,scrollbars=no,resizable=yes,width='+w+',height='+h); }