function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//Copyright 2005 Ash Young
//Website: http://evoluted.net/
//Email: ash@evoluted.net

//Feel free to use this function in any
//manner you wish!

function intOnly(i) {
	if(i.value.length>0) {
		i.value = i.value.replace(/[^\d]+/g, ''); 
	}
}
	 function clearBox(box) {
	 	 if(box.value==box.defaultValue) {
	 	 	 box.value = "";	 	 
	}
}
