function popupWindow(win){
	newWindow = window.open(win,'mainWin','toolbar=no,location=no,scrollbars=no,resizable=yes,width=327,height=257,left=0,top=0');
}