



function openWindow() {
    myWindow = window.open("blank.htm","MainWindow","toolbar=no,location=no,resizable=yes,directories=no,status,menubar=no,scrollbars=yes,left=5,top=10,width=600,height=500");    myWindow.focus();
}


 
 
 
function openWindowSC() {
    myWindow = window.open("bOtherRetreiveData.htm","MainWindow","toolbar=no,location=no,resizable=yes,directories=no,status=no,menubar=no,scrollbars=yes,left=5,top=10,width=750,height=600");
    myWindow.focus();
}


 
 function nw(url,size) {
      wname = "xxxccc";
    attr = "toolbar=1,";
    attr += "location=1,";
    attr += "top=5,";
    attr += "screenY=5,";
    attr += "left=5,";
    attr += "screenX=5,";
    attr += "copyhistory=1,";
    attr += "status=0,";
    attr += "menubar=1,";
    attr += "scrollbars=1,";
    attr += "resizable=1,";

     if (size == 1)
    {
	attr += "width=580,";
	attr += "height=400";
    }

    if (size == 2)
    {
	attr += "width=880,";
	attr += "height=400";
    }

    if (size == 3)
    {
	attr += "width=580,";
	attr += "height=600";
    }

    productwindow = open(url,wname,attr);
   productwindow.focus();

    }
    
 
 function nw2(url,size) {
      wname = "cccxxx";
    attr = "toolbar=1,";
    attr += "location=1,";
    attr += "top=5,";
    attr += "screenY=5,";
    attr += "left=5,";
    attr += "screenX=5,";
    attr += "copyhistory=1,";
    attr += "status=0,";
    attr += "menubar=1,";
    attr += "scrollbars=1,";
    attr += "resizable=1,";

     if (size == 1)
    {
	attr += "width=580,";
	attr += "height=400";
    }

    if (size == 2)
    {
	attr += "width=580,";
	attr += "height=400";
    }

    if (size == 3)
    {
	attr += "width=580,";
	attr += "height=400";
    }
    if (size == 4)
    {
	attr += "width=950,";
	attr += "height=450";
    }


    productwindow = open(url,wname,attr);
   productwindow.focus();

    }

  
  function open_product (url_addr, name)
  {
      open(url_addr,name)
  }
   

 
  function open_learn()
  {
      open("../../learn/learn.html","learn",menubar="no", scrollbars="yes", resizable="no", width=600, height=500)
  }

  function open_product (url_addr, name)
  {
      open(url_addr,name)
  }

