<!-- Begin 
function SendPage() {
  window.open("http://www.walkercaine.com/sendlink.stml?msg=http://www.walkercaine.com", "new1", "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=450,height=300")
 } 

function OrderInfo() {
  window.open("http://www.walkercaine.com/edits/order_info.asp", "info", "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,height=300")
 } 

function fliegePage() {
  window.open("http://www.walkercaine.com/fliege/totendiefliege.html", "omaha", "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=750,height=450")
 } 

function imPage() {
  window.open("http://www.walkercaine.com/im.htm", "icon", "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=250,height=250")
 } 

function SirJames() {
  window.open("http://wright.jalyn.com/", "new1", "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=540,height=500")
 } 

function PlayerPage() {
  window.open("http://www.walkercaine.com/isound_player.htm", "player", "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=450,height=250")
 } 

function nb_imgNormal(imgName) {
    if (document.images) {
        document[imgName].src = eval(imgName + "_n.src");
        self.status = '';
    }
}

function nb_imgOver(imgName, descript) {
    if (document.images) {
        document[imgName].src = eval(imgName + "_o.src");
        self.status = descript;
    }
}

if (document.images) {
    nb_img_link_n = new Image();
    nb_img_link_n.src = "/sysimage/icons/send_icon.gif";
    nb_img_link_o = new Image();
    nb_img_link_o.src = "/sysimage/icons/send_icon_o.gif";
    nb_img_back_n = new Image();
    nb_img_back_n.src = "/icon/back_icon_o.gif";
    nb_img_back_o = new Image();
    nb_img_back_o.src = "/icon/back_icon.gif";
}

//<a href="/domains/managehelp.html" onClick="NewWindow(this.href,'name','450','400','yes');return false;"></a>
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function HelpWindow(mypage, myname, w, h, scroll, tool) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',toolbar='+tool+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

// End --> 
