/* marshpublic.js */

function checkButton(mode) {
    if (mode == "ON")
        document.buttonForm.preview[0].checked = true;
    else document.buttonForm.preview[1].checked = true;
}

//MMC stock price in left menu
function winOpen(url) {
    windowName = window.open(url);
    windowName.focus();
}

//site guide
function verifySelectedValue(theValue){
    if (theValue == "void")
	return;
    top.location = theValue;	
}

//site guide
function getImage(s) { 
    i = 1000 + s;
    if (i == 1003 || i > 1004 && i < 1032 || i == 1033 || i == 1034 || i > 1038 && i < 1043  || i > 1043 && i < 1063 || i == 1065)
        document.siteguide.info.src= "./appsitelayoutres/spacer.gif";
    else 
        document.siteguide.info.src= "./appsitelayoutres/sg_" + i + ".gif";
}



