
if (document.images){
	pic1= new Image(104,70);
	pic1.src="http://wooshii.com/images/header_nav_on.gif";
}

function ClearAll(id){
	document.getElementById(id).value='';
}

