function newWin(site) {
	portWindow = window.open(site,'OpenWindow',
	"width=645,height=485,scrollbars=no,top=120,left=200");
}

