function popupWin() {
	window.open('http://www.portaxe.net/popup.html', 'newwindow', 'width=970, height=950, top =, left =, resizable=0,status=0,scrollbars=1, menubar=0, toolbar = 0, fullscreen=0')
}

	function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); }



