

function bannerWindow(popup) {
	popWindow = window.open(popup, '', 'width=640,height=250,scrollbars=yes,resizable=yes,toolbar=no')
	popWindow.focus()
}

function webportWindow(popup) {
	popWindow = window.open(popup, '', 'width=640,height=450,scrollbars=yes,resizable=yes,toolbar=yes')
	popWindow.focus()
}

function newsWindow(popup) {
	popWindow = window.open(popup, '', 'width=690,height=400,scrollbars=yes,resizable=yes')
	popWindow.focus()
}

function helpWindow(popup) {
	popWindow = window.open(popup, '', 'width=640,height=270,scrollbars=yes,resizable=yes,toolbar=no')
	popWindow.focus()
}

function flashwin(popup) {
	popWindow = window.open(popup, '', 'width=800,height=600,scrollbars=yes,resizable=yes,toolbar=no')
	popWindow.focus()
}
