function NewWindow(url,name) {
	window.open(url,name,'height=520,width=800,status=0,toolbar=0,menubar=0,resizable=1,scrollbars=1,titlebar=0,location=0,top=30,left=30');
	
}
