// **********BLOKADA********************************************************************

	  	   var komunikat=" Zablokowane "; 
				 function zablokowane(go) 
		     {
		   	 	   if (document.all) 
			       { 
			       	 if (event.button == 2) 
			   		 	 { 
			   	 	   	 alert(komunikat); 
				 	   		 return false; 
			   		 	 } 
		     	   } 
		         if (document.layers) 
		         { 
			         if (go.which == 3) 
			         { 
			     	     alert(komunikat); 
				 	       return false; 
			   		   } 
		     	   } 
				 } 
	       
				 if (document.layers) 
	       { 
		       document.captureEvents(Event.MOUSEDOWN); 
	       } 
	       document.onmousedown=zablokowane; 

// **********BLOKADA********************************************************************

// **********ZEGAREK********************************************************************

			var i=0;
			function zegarek(){
							 document.form.zegar.value=eval(3-i);
							 if(i==3){
												window.open('index.php','_parent');
							 }else{
							 			i++;
							 			timer=setTimeout("zegarek()",1000);
							 }					
			}

// **********ZEGAREK********************************************************************




// **********REKLAMA********************************************************************

function DodajFlasha(IX,IY) {
				 tresc = '<EMBED quality=high wmode=transparent style="WIDTH: 460px; HEIGHT: 80px" pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash src=./source/zabawa.swf width=460 height=80	type="application/x-shockwave-flash" quality="high"></EMBED>';
				 //tresc = '<EMBED quality=high wmode=transparent style="WIDTH: 330px; HEIGHT: 240px" pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash src=./img/kartka.swf width=330 height=240	type="application/x-shockwave-flash" quality="high"></EMBED>';
				 document.write('<DIV id="myflash" style="position: absolute; left: '+IX+'pt; top: '+IY+'pt"; z-index: 1>'+tresc+'</DIV>');
				 PrzesunFlasha(IX,IY);
}
function PrzesunFlasha(IX,IY) {
if (document.all) {
	    document.all("myflash").style.left = document.body.scrollLeft+IX;
	 		document.all("myflash").style.top = document.body.scrollTop+IY;
}
else {
		 document.getElementById("myflash").style.left = document.body.scrollLeft+IX; document.getElementById("myflash").style.top = document.body.scrollTop+IY;
}
     setTimeout('PrzesunFlasha('+IX+','+IY+')',50);
}
function UsunFlasha() {
		 window.alert(document.all("myflash").style.visibility)
		 if (document.all) {
		 				document.all("myflash").style.visibility = "hidden";
		 }
		 else {
		 			  document.getElementById("myflash").style.visibility = "hide"; 
		 }
}

//DodajFlasha(310,260);

function Startowa(){ 
		 dom.setHomePage("http://www.domiwka-zg.znimky.net"); 
}

function wstawLogo(){
	document.write('<OBJECT wmode=transparent classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="732" HEIGHT="100" id="logo" ALIGN="">');
	document.write('<PARAM NAME=movie VALUE="./source/logo.swf">');
	document.write('<PARAM name="flashvars" value="pol=1">');
	document.write('<EMBED src="./source/logo.swf" FlashVars="pol=1" wmode=transparent quality=high bgcolor=#CCCCCC  WIDTH="732" HEIGHT="100" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.write('</OBJECT>');
}

function wstawMenu(){
	document.write('<EMBED wmode=transparent style="WIDTH: 732px; HEIGHT: 70px" pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash src=./source/menuUp.swf width=732 height=70	type="application/x-shockwave-flash" quality="high"></EMBED>');
}
