function open_win(URL,name) {
	x = 300;
	y = 747;
	z = 0;

 	var features = "width="+x+",height="+y+",toolbar=0,location=0,directories=0,status="+z+",menubar=0,scrollbars=0,resizable=0,top=0,left=0";
 	window.open(URL,name,features);
}
