function Open(url,name) {
	var newindow = window.open(url,name,"width=400,height=600,scrollbars=yes,toolbar=no,resizable=yes");
	newindow.focus();
}
