// JavaScript Document
function MM_openBrWindow(theURL,winName,features) {
  newWin = window.open(theURL,winName,features);
}

function MM_goToURL() {
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function MM_popupMsg(msg) {
  alert(msg);
  return;
}
function MM_confirm(msg) {
var agree=confirm(msg);
    if (agree)
	    return true ;
    else
	    return false ;
}
function confirmAIM() {
var agree=confirm("You must have AIM installed and running, continue?");
    if (agree)
	    return true ;
    else
	    return false ;
}
function confirmyahoo() {
var agree=confirm("You must have Yahoo IM installed and running, continue?");
    if (agree)
	    return true ;
    else
	    return false ;
}
function confirmICQ() {
var agree=confirm("You must have ICQ installed and running, continue?");
    if (agree)
	    return true ;
    else
	    return false ;
}
function confirmmsn() {
 alert("You must have MSN Messenger installed and running, continue?");
}
function notmember() {
 alert("You must be a member to view full size pics.");
}
function Goto_Action() {
var agree=confirm("You must signed in to do that.  It's all free! Signup now?");
    if (agree)
	    document.location.href="/index.htm" ;
}
function ss(w){window.status=w;return true;}
function cs(){window.status='';}