var gName = "blah.jpg";

function openEMAIL() {
siteWindow=window.open("http://www.t-rextraining.com/email.php","EMAIL","toolbar=no,resizable=no,scrollbars=no,status=no,width=400,height=420,left=40,top=40,screenx=40,screeny=40,marginheight=0,marginwidth=0");
}

function newWindow(g,w,h)
{       
  gName = g
  var gWidth = w + 16;
  var gHeight = h + 16;
 picWindow=window.open("holder.htm","PIC","toolbar=no,resizable=no,scrollbars=no,marginheight=0,marginwidth=0,status=no,width=" + gWidth + ",height=" + gHeight + ",left=20,top=20,screenx=20,screeny=20");
}

function openSite(pgName,winName,toolBar,reSize,scrollIT,statUS,pWidth,pHeight,pLeft,pTop) {

siteWindow=window.open(pgName,winName,"toolbar=" + toolBar + ",resizable=" + reSize + ",scrollbars=" + scrollIT + ",status=" + statUS + ",width=" + pWidth + ",height=" + pHeight + ",left=" + pLeft + ",top=" + pTop + ",screenx=" + pLeft + ",screeny=" + pTop + ",marginheight=0,marginwidth=0");

}
