<!--

function do_window() {
	new_window = window.open("http://www.theonething.com/tellafriend.htm", "ahref_window",
"resizable,width=440,height=260,left=520,top=178");
}
function do_window2() {
	new_window = window.open("http://www.theonething.com/emaillist.htm", "ahref_window",
"resizable,width=415,height=225,left=520,top=178");
}
function do_window3() {
	new_window = window.open("http://www.theonething.com/ljohnson.htm", "ahref_window",
"resizable,width=384,height=595,left=70,top=95");
}
function newWindow() 
{
window.open("","gallery","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height=450,width=500");
}

/*
Pop up information box II (Mike McGrath (mike_mcgrath@lineone.net,  http://website.lineone.net/~mike_mcgrath))
Permission granted to Dynamicdrive.com to include script in archive
For this and 100's more DHTML scripts, visit http://dynamicdrive.com
*/

Xoffset=-60;    // modify these values to ...
Yoffset= 20;    // change the popup position.

var nav,old,iex=(document.all),yyy=-1000;
if(navigator.appName=="Netscape"){(document.layers)?nav=true:old=true;}

if(!old){
var skn=(nav)?document.dek:dek.style;
if(nav)document.captureEvents(Event.MOUSEMOVE);
document.onmousemove=get_mouse;
}

function popup(msg,bak){
var content="<TABLE  WIDTH=110 BORDER=1 BORDERCOLOR=999999 CELLPADDING=3 CELLSPACING=0 "+
"BGCOLOR="+bak+"><TD ALIGN=center><FONT FACE=Verdana COLOR=cccccc SIZE=2>"+msg+"</FONT></TD></TABLE>";
if(old){alert(msg);return;} 
else{yyy=Yoffset;
 if(nav){skn.document.write(content);skn.document.close();skn.visibility="visible"}
 if(iex){document.all("dek").innerHTML=content;skn.visibility="visible"}
 }
}

function get_mouse(e){
var x=(nav)?e.pageX:event.x+document.body.scrollLeft;skn.left=x+Xoffset;
var y=(nav)?e.pageY:event.y+document.body.scrollTop;skn.top=y+yyy;
}

function kill(){
if(!old){yyy=-1000;skn.visibility="hidden";}
}


//-->