var nw1;
function ow(url){

	if(nw1 && !nw1.closed)
		nw1.close();

	nw1 = window.open(url, "EuropaPlus", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=651,height=511");

	nw1.focus();
	if (document.layers) {
    	w = 651- (nw1.outerWidth  - nw1.innerWidth);
    	h = 515- (nw1.outerHeight - nw1.innerHeight);
    	nw1.resizeTo(w,h);
  	}
  	else{
  		nw1.resizeTo(651,510);
  	}
}
function stream(){
	var nw;
	if(nw && !nw.closed)
		nw.close();
		nw = window.open("/streaming.shtml","small","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=400,height=470");
		nw.focus();
}
function webcamshow(){
	var nww;
	if(nww && !nw.closed)
		nww.close();
	nww = window.open("/webcam/kamera_new.php","small","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,width=350,height=365");
	nww.focus();
}
function cities(){
	var nw;
	if(nw && !nw.closed)
		nw.close();

	nw = window.open("/500cities.htm","small","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=300,height=300");

	nw.focus();
}

function top100window(){
	var t100w;
	if(t100w && !t100w.closed)
		t100w.close();

	t100w = window.open("/top100window.htm","small","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=385,height=200");

	t100w.focus();
}

function top100list(){
	var t100list;
	if(t100list && !t100list.closed)
		t100list.close();

	t100list = window.open("/top100.php","small","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=385,height=200");

	t100list.focus();
}
function mbshow(){
	var mbw;
	if(mbw && !mbw.closed)
		mbw.close();
	mbw = window.open("/games/musicbox/musicbox.php","small","toolbar=0,location=0,directories=0,scrollbars=0,status=0,menubar=0,resizable=0,width=680,height=500");
	mbw.focus();
}

function show_r(){
	window.open("/r2.htm", "EuropaPlus", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=640,height=440");
}

function show_r2(){
	window.open("/r35.htm", "EuropaPlus", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=640,height=440");
}

