function openWin(){
	window.open(window.location.href,"printWindow");
}

if(window.name == "printWindow"){
    document.write('<link rel="stylesheet" href="css/print.css" type="text/css" media="all" />');
}


function clearform(which,name){
    if (which.value == name)
    which.value = ''
  }

