function OW(){
  win1=window.open("","wn","width=820,height=700,scrollbars=1,toolbar=0,directories=0,left=10,top=10");
  posX=10;
  posY=10;
  win1.moveTo(posX,posY);
}

function openWindow_s(){
  win1=window.open("","windowname_s","width=410,height=430,scrollbars=auto,toolbar=0,directories=0,left=10,top=10");
  posX=10;
  posY=10;
  win1.moveTo(posX,posY);
}


function openWindow(){
  win1=window.open("","windowname","width=820,height=600,scrollbars=1,toolbar=0,directories=0,left=10,top=10");
  posX=10;
  posY=10;
  win1.moveTo(posX,posY);
}

function openWindowDL(){
  win1=window.open("","windownameDL","width=500,height=500,scrollbars=0,toolbar=0,directories=0,left=250,top=100");
  posX=250;
  posY=100;
  win1.moveTo(posX,posY);
}

function openWindowPP(){
  win1=window.open("","windownamePP","width=510,height=500,scrollbars=1,toolbar=0,directories=0,left=250,top=100");
  posX=250;
  posY=100;
  win1.moveTo(posX,posY);
}

function openWindowRF(){
  win1=window.open("","windownameRF","width=700,height=600,scrollbars=0,toolbar=0,directories=0,left=100,top=100");
  posX=100;
  posY=100;
  win1.moveTo(posX,posY);
}

function openWindowQT(){
  win1=window.open("","windownameQT","width=800,height=600,scrollbars=0,toolbar=0,directories=0,left=10,top=10");
  posX=10;
  posY=10;
  win1.moveTo(posX,posY);
}

function openWindowPICT(){
  win1=window.open("","windownamePICT","width=600,height=800,scrollbars=0,toolbar=0,directories=0,left=0,top=0");
  posX=00;
  posY=00;
  win1.moveTo(posX,posY);
}


function LPR(){
  win1=window.open("","wn","width=968,height=765,scrollbars=0,toolbar=0,directories=0,left=10,top=10");
  posX=10;
  posY=10;
  win1.moveTo(posX,posY);
}

function OWQT(){
  win1=window.open("","WQT","width=500,height=400,scrollbars=0,toolbar=0,directories=0,left=100,top=100");
  posX=100;
  posY=100;
  win1.moveTo(posX,posY);
}



os=navigator.platform;
if(os=="MacPPC"){
 document.write("<link rel=stylesheet type=text/css href=./css/css1mac.css>");
}else{
 document.write("<link rel=stylesheet type=text/css href=./css/css1win.css>");
}




function ColorCh(WO) {
WO.bgColor = "#ffff77";
}
function ReColor(WO) {
WO.bgColor = "";
}
