﻿function meni_over(idGumba)
{
    /*document.getElementById(idGumba).Style.Display="none"
    document.getElementById(idGumba + 'x').Style.Display="block"
    */
    
}

function meni_out(idGumba)
{

    /*document.getElementById(idGumba).Style.Display="none"
    document.getElementById(idGumba.substr(0,idGumba.length-1)).Style.Display="block"    
    */
}
function prijaznoTiskanju(url) 
{ 
   var sOption="toolbar=no,location=no,directories=no,menubar=no,"; 
       sOption+="scrollbars=yes,width=740,height=600,left=100,top=25"; 

   var sWinHTML = document.getElementById('ctl00_upd1').innerHTML; 
   var naslovStrani = document.getElementById('ctl00_lblNaslovStrani').innerHTML; 
   
   var winprint=window.open("Medvešek Pušnik realestates - appartments, houses, land, busines premises ...","",sOption); 
       winprint.document.open(); 
       winprint.document.write('<html><head><title>Medvešek Pušnik realestates - appartments, houses, land, busines premises ...</title>    <link href="/css/okvirji.css" rel="stylesheet" type="text/css" /><link href="/css/stili.css" rel="stylesheet" type="text/css" /><link href="/css/schedule.css" rel="stylesheet" type="text/css" /><link href="/css/koledar.css" rel="stylesheet" type="text/css" /><style>body {font-family: "Trebuchet MS";font-size: 12px;color:#464646;text-align:justify;background-image:url(images/ozadje.gif);background-position:right bottom; background-repeat: no-repeat;}</style></head>');
       winprint.document.write('<body style="padding:8px; width:100%;"><div style="height:75px; width:700px;float:left;display:block; margin-bottom:20px; clear:right; vertical-align:bottom;"><img src="images/print_medvesekpusnik.gif"/></div>');  
       winprint.document.write('<div style="float:right;"></div>'); 
       winprint.document.write('<div style="float:left;margin-bottom:15px; color:#464646; margin-right:10px; text-align:right;"><b>URL:</b>:' + url + '</div>');        
       winprint.document.write('<div style="clear:left;"></div>'); 
       winprint.document.write(sWinHTML);          
       winprint.document.write('<table cellpadding="0" cellspacing="0" style="width:100%; float:left; clear:left; margin-top:15px;"><tr><td><img src="images/noga_crta.gif" style="width:700px;" alt=""/></td></tr><tr><td style="text-align: center;"><span class="nogaTekst">© MedvešekPušnik Realestates, d.d. | All rightd reserved.</span></td></tr></table></div></body></html>'); 
       winprint.document.close(); 
       winprint.focus(); 
       winprint.print();
}
function odpriOkno(urlFotke)
{
   var sOption="toolbar=no,location=no,directories=no,menubar=no,"; 
       sOption+="scrollbars=no,width=700,height=740,left=100,top=25"; 
   
   var fotka_array=urlFotke.split("/");
   var fotka_array1=fotka_array[5].split("_");
   var fotka=fotka_array1[0];

   
   window.open("http://www.slovenia-realestates.si/detail_galerija.aspx?f=" + fotka + "","detailGalerija",sOption); 

}
function odpriFilmcek(imedatoteke, idNep) {
    var sOption = "toolbar=no,location=no,directories=no,menubar=no,";
    sOption += "scrollbars=no,width=640,height=650,left=100,top=25";

    window.open("http://www.slovenia-realestates.si/filmcek.aspx?f=" + imedatoteke + "&idNep=" + idNep + "", "detailFilmcek", sOption);

}

function natisni()
{
    window.print()
}
function zapri()
{
    window.close()
}
