function openNewWin(url){
	window.open(url,'newWin','width=680,height=500,resizable=yes,scrollbars=yes,menubar=no');
}