function mkwin(url,name){
	window.open(url,name,'toolbar=0,status=0,scrollbars=1,resizable=1,menubar=1');
}