﻿function popPR(theURL,wName){
var h = 700;
var w = 600;
var op="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width="+w+",height="+h;
window.open(theURL+".html",wName,op);
}

function popDC(theURL,wName){
var h = 600;
var w = 600;
var op="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width="+w+",height="+h;
window.open(theURL+".html",wName,op);
}

function popSR(theURL,wName){
var h = 600;
var w = 600;
var op="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width="+w+",height="+h;
window.open(theURL+".html",wName,op);
}
