function opentipwindow(){
sitepath=opentipwindow.arguments[0];
tipurl=opentipwindow.arguments[1];
pageid=opentipwindow.arguments[2]; 
//eval('d=window.open("'+sitepath+'/'+tipurl+'?tipUrl='+pagepath+'",'+
//'"","width=400,height=400,top=200,left=400,resizable=0,status=0,toolbar=0");');

eval('d=window.open("'+sitepath+'/'+tipurl+'?tipUrl='+pageid+'",'+
'"","width=540,height=420,top=200,left=400,resizable=0,status=0,toolbar=0");');


} 
                                        
 
function openprintwindow(){
path=openprintwindow.arguments[0];

eval('d=window.open("'+path+'",'+
'"","width=650,height=750,top=150,left=300,resizable=0,status=0,toolbar=1,menubar=1,scrollbars=1");');


}

function resetSform(){
//alert("zdes");
document.mailform.mailformsword.value="";
} 