// ADMIN ##########################################################################################
function shPOPadminupload(tmpSwitches, W, H) { // Struja
	var stat;
	stat="status=yes,toolbar=no,menubar=no,titlebar=yes,location=no,resizable=yes,scrollbars=no,height=" + H + ",width=" + W;

    popupwin=window.open(tmpSwitches,'POPadminuploada',stat);
    popupwin.focus();
}

function shPOPupload(tmpSwitches, W, H) { // Struja
	var stat;
	stat="status=yes,toolbar=no,menubar=no,titlebar=yes,location=no,resizable=yes,scrollbars=no,height=" + H + ",width=" + W;

    popupwin=window.open(tmpSwitches,'POPupload',stat);
    popupwin.focus();
}

function shPOPres(tmpSwitches, W, H) { // Struja
	var stat;
	stat="status=yes,toolbar=no,menubar=no,titlebar=yes,location=no,resizable=yes,scrollbars=no,height=" + H + ",width=" + W;

    popupwin=window.open(tmpSwitches,'POPres',stat);
    popupwin.focus();
}

function shPOP(tmpSwitches, W, H) { // Struja
	var stat;
	stat="status=yes,toolbar=no,menubar=no,titlebar=yes,location=no,resizable=yes,scrollbars=yes,height=" + H + ",width=" + W;

    popupwin=window.open(tmpSwitches,'POPw',stat);
    popupwin.focus();
}

function shPOPcontent(tmpSwitches, W, H) { // Struja
	var stat;
	stat="status=yes,toolbar=no,menubar=no,titlebar=yes,location=no,resizable=yes,scrollbars=yes,height=" + H + ",width=" + W;

    popupwin=window.open(tmpSwitches,'POPcontentw',stat);
    popupwin.focus();
}

function DoScriptsOnLoad() { //Struja
	MM_preloadImages('images/winovi_price_over.gif','images/winovi_oracle_over.gif','images/winovi_mabacom_over.gif','images/winovi_phoenix_over.gif','images/winovi_amex_over.gif','images/winovi_zubak_over.gif','images/winovi_zagreb_over.gif','images/winovi_croatia_over.gif');
}

