// JavaScript Document
function newWin(url) {
	window.open(url, 'newWin', 'height=500, width=640, menubar=yes, status=yes, location=yes, toolbar=yes, scrollbars=yes');
}
