var NewWin=null;

function openwindow1(src){
	NewWin=window.open(src,'swin1','toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=737,height=650');
}

onload = searchBoxInit;
function searchBoxInit(){
	document.getElementById("searchbox").value = "";
	fontsizechange('fs_init');
}
