function gme0002_start() { 
 pth="gme0002/";
 w=window.open(pth+"gme0002.html","gme0002","menubar=0, status=1, toolbar=0, resizable=0");
 w.moveTo(20, 20)
 w.resizeTo(570, 650);
 w.focus();
}
