function popup (name,w,h) {	var newWin = window.open(name + '.html', name ,'left=0,top=0,width=' + w + ',height=' + h + ',status=0,scrollbars=0,menubar=0,location=0,toolbar=0,resizable=0');	newWin.focus();}function win_close () {	window.close();	}
