function openWin(url) {
	win = window.open(url,'pmpopup','width=640,height=480,resizable=yes,scrollbars=yes');
	win.focus();
	return false;
}
