// JavaScript Document
function newWin(url) {
	window.open(url, "", "width=700,height=650,menubar=no,toolbar=no,location=yes,scrollbars=yes,resizable=yes");
}
