function popupWindow(win){
	
	newWindow = window.open(win,'newWin','toolbar=no,location=no,scrollbars=yes,resizable=no,width=493,height=522');
	newWindow.focus();
}