function oNSW(theURL,winName,features) {
	window.open(theURL,winName,features);
}

function oWin(theURL) {
	window.open(theURL,'c','scrollbars=yes,resizable=yes,width=520,height=710')
}
