function popUp(page,T,L,W,H) {
	stylSTR = "TOP="+T+",LEFT="+L+",HEIGHT="+H+",WIDTH="+W;
	window.open(page,"",stylSTR);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
