// zákaz vtahovania www do framu

if(frames){
         if(top.frames.length>=1)
		 top.location.href=self.location;  
} 


 // blokovanie výberu
document.onselectstart=new Function("return false"); 

 // blokovanie right buttonu
function rbut(e){
if(document.all){
                   if ((event.button==2)||(event.button==3)){
                            alert('Copy right 2003  \n ©  AT-DESIGN');
							return false
							}							
						}					
					     if(document.layers){
					       if(e.which==3) {
					        alert('Copy right 2003 \n © AT-DESIGN');
							return false
					     }						 
					}				
	}	
	if(document.layers){document.captureEvents(event.mousedown)
	}	
	document.onmousedown=rbut;			 
	
	
	function GetUrl(s)
{	var d = s.options[s.selectedIndex].value
	window.top.location.href = d
	s.selectedIndex=0
}

		function GetUrls(s)
{	var d = s.options[s.selectedIndex].value
	window.ins.location.href = d
	s.selectedIndex=0
}
function openup(URL, WIDTH, HEIGHT) 
{
    url = URL;
    width = WIDTH;  
    height = HEIGHT; 
    windowprops = "left=10,top=10,width=" + WIDTH + ",height=" + HEIGHT + "toolbar=no," + "location=no," + "directories=no," + "status=no," + "menubar=no," + "scrollbars=no," + "resizable=no,";
    fotogr = window.open(URL, "fotografia", windowprops);
}