
function openWin(url) {
	window.open(url,'newWin','width=767,height=500,scrollbars');
}
