function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function cText(obj){
	if(obj.value==obj.defaultValue){
	obj.value="";
	obj.style.color="#a2a2a2";
	}
}
function sText(obj){
	if(obj.value==""){
	obj.value=obj.defaultValue;
	obj.style.color="#a2a2a2";
	}
}
