
function newImage(ID,file) {
	document.getElementById(ID).src='/images/'+file;
}

function open_window(URL,name,left,top,width,height,menubar){
	 rp=window.open(URL,name,"top="+top+",left="+left+",height="+height+",width="+width+",menubar="+menubar+",scrollbars=1,resizable=1,status=1");
	 rp.focus();
	 return(false);
}

function openDir(me) {
    window.location = jQuery(me).val();
}

function printVersion() {
    qs = window.location.search.substring(1);
    qs += "&amp;p=1";
    URL = "?" + qs;
    window.open(URL, "print", "resizable=1,scrollbars=1");
}

function openDayImage(src) {
   // var imgPopup = window.open("/layouts/StefczykInfo/Sites/Rysunek dnia.aspx", "Rysunek dnia", "resizable=0,scrollbars=0,width=635,height=390");
    if (jQuery.browser.webkit) {
        var imgPopup = window.open(src, "rysunek", "width=910px,height=520px");
        imgPopup.moveTo(0, 0);
    }
    else{    
        var imgPopup = window.open(src, "rysunek", "width=910px,height=485px");
        imgPopup.moveTo(0, 0);
    }
}

function showProductsDetails() {
    jQuery('.tabs').children('li').children('a').eq(1).trigger('click');
}

function showProductsTab(tabId) {
    if (tabId > jQuery('.tabs').children('li').length - 1)
        tabId = jQuery('.tabs').children('li').length - 1;
    jQuery('.tabs').children('li').children('a').eq(tabId).trigger('click');
}
