function newWin(URL){
	var futures="toolbar=no,menubar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,width=640,height=500,left=10,top=10";
	window.open(URL,"win1",futures);
	return false;
}
