function clearMsg(o,initialMsg){
	if(o.value==initialMsg){
		o.value='';}
}
function getit(u,t,w,h){
	if(t=="custom"){
		f="width="+w+",height="+h;
		c = window.open(u,'f',f);
		c.focus();
	}else{
		document.location=u;
	}
}