leftPos = 0
if (screen) {
	leftPos = (screen.width/2)-380
}

topPos = 0
if (screen) {
	topPos = (screen.height/2)-300
}

function openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}