function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}
$(document).ready(function(){
	
$('.scroll').jScrollPane({dragMinHeight:67, scrollbarWidth:32});
						   });
