green=new Image('640','1');
green.src='/see/green.gif';

rednext=new Image ('640','1');
rednext.src='/see/red.gif';

function pwin(f,sz){ 
 h=(screen.availHeight)*sz-20; w=.8*(screen.availWidth)*sz; 
 var pow=window.open(f,'popup', "height="+h+",width="+w+",toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no, directories=no,status=no");
 //if(pow.window.focus){pow.window.focus();} 
 pow.moveTo((w*(1/(.8*sz)-1)-40),0);
}

//test
function NewPopupWindow(mypage,myname,w,h,scroll){
    LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
    settings =
	'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable,menubar'
	win = window.open(mypage,myname,settings)
	if(win.window.focus){win.window.focus();} 
}
//end test

function Loaded(){ 	   
  document.rednext.src = "/see/red.gif";
}

function frm(){
  if (typeof (parent.HDLmaingo) == 'object') {
    fr=1;
  } else {
    fr=0;
  }
}
function Pin(){
frm();
if (fr==0){
 pn=document.location.pathname;
 pn=pn.replace(/\/C:/, '');
 document.write("<A HREF='/see/index.html?"+pn+"' target='_top'><IMG class='nm' SRC='/see/frame.gif' WIDTH='13' HEIGHT='13' BORDER='0' ALT='Display with frames.'> Display within the HDlighthouse Frames</A>");
}
document.write("<table class=in><tr><td><IMG class='nm' name='rednext' SRC='/see/green.gif'  WIDTH='640' HEIGHT='1'  ALT=''></td></tr></table>");
}

function Pout(){frm();
document.write("<br><A HREF='http://www.hdlighthouse.org/see/index.html?/see/forum/bb/bb.htm' target='_top'>Read the Forum.  Post your comments</a>")
document.write("<br><a href='javascript:print()'>Print this document.</a>");

if (Date.parse(document.lastModified) > 0) 
 document.write("<br>" + document.lastModified+"</div>");
 s=document.URL; n=s.indexOf('.org');s=s.slice(n+4)+fr; 
 ws="<img class='nm' src='/see/count/cnt.cgi?"+s+"' width='1' height='1'></font>"
 document.write(ws); 
}

function Pageout(){
if (typeof (parent.HDLmenu) != 'object'){
 pn=document.location.pathname;
 i=pn.indexOf('see');
 pn=pn.slice(i+4);
 document.write("<br><A HREF='/see/index.html?"+pn+"' target='_top'>Open this document with frames.</A>");
}
 Pout();
}