function ShowStuffInWindow(DaURL) {
        var ItsTheWindow;
        ItsTheWindow = window.open(DaURL, "notes",
"status,height=261,width=545,status=no,scrollbars=no,resizable=no,toolbar=0");
       // if (parseInt(navigator.appVersion) >= 3){
       // ItsTheWindow.focus();
       // }
}


function chgImgsSec() {
if (document.images) {
for (var i=0; i<chgImgsSec.arguments.length; i+=2) {
document[chgImgsSec.arguments[i]].src = chgImgsSec.arguments[i+1];
}
}
}
function chgImgsSecLang() {
if (document.images) {
for (var i=0; i<chgImgsSecLang.arguments.length; i+=2) {
document[chgImgsSecLang.arguments[i]].src = 'images/' + chgImgsSecLang.arguments[i+1];
}
}
}

function chgImgs() {
if (document.images) {
for (var i=0; i<chgImgs.arguments.length; i+=2) {
document[chgImgs.arguments[i]].src = 'images/' + chgImgs.arguments[i+1];
}
}
}

