// JavaScript Document for GEM



function clearBox(box) 
{
	 if(box.value==box.defaultValue)
	 {
	 	 box.value = "";
 	 }
}