function openpopup(){
var popurl="disclaimer.htm"
winpops=window.open(popurl,"","width=400,height=338,scrollbars,resizable,")
}

function SetBgColor(obj, strColor) { 
	obj.style.backgroundColor=strColor
}

function magnifyThis(URLtogo, stud, width, height) { 
	window.open(URLtogo, "", "Height=" + height + ",Width=" + width + ", fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0");
}