function pop(){
	window.open("popup/popup.html",null,"height=300,width=300,status=yes,toolbar=no,menubar=no,location=no,scrollbars=no");
}
function kontakt(){
 location.href ='pl-5.html';

}
function mediowcy(){
 location.href ='pl-2.html';
}
function wlasciciele(){
 location.href ='pl-3.html';

}
function home(){
 location.href ='pl-1.html';
}
function look(){

 window.open("http://www.looktv.pl","looktv");

}

function openNonscrolledWindow(theURL,winName,myWidth, myHeight, isCenter) { 
  if(window.screen)
	if(isCenter)
		if(isCenter=="true")
		{	var myLeft = (screen.width-myWidth)/2;
    			var myTop = (screen.height-myHeight)/2;
		window.open(theURL,winName,'location=0,directories=0,scrollbars=no,toolbar=0,menubar=0,resizable=0,status=0,width='+myWidth+',height='+myHeight+',left=' + myLeft+ ',top=' + myTop)
  }																		  
}



function openscrolledWindow(theURL,winName,myWidth, myHeight, isCenter) { 
  if(window.screen)
	if(isCenter)
		if(isCenter=="true")
		{	var myLeft = (screen.width-myWidth)/2;
    			var myTop = (screen.height-myHeight)/2;
		window.open(theURL,winName,'location=0,directories=0,scrollbars=yes,toolbar=0,menubar=0,resizable=1,status=0,width='+myWidth+',height='+myHeight+',left=' + myLeft+ ',top=' + myTop)
  }																		  
}

