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


var newwindow;
function popterms(url)
{
newwindow=window.open(url,'pop','height=660,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=no');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function popterms2(url)
{
newwindow=window.open(url,'pop','width=680,height=600,left=400,top=100,resizable=yes,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function popterms3(url)
{
newwindow=window.open(url,'pop','width=960,height=800,left=100,top=150,resizable=yes,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function popterms4(url)
{
newwindow=window.open(url,'pop','height=800,left=100,top=150,resizable=yes,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}





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