// ------ Script na otevreni v novem okne ------
//<!--


//function testPROHL(id){
//	if (!(document.all && document.getElementById)){
//		document.writeln('<td class="text" style="padding:16px 4px 0px 15px;vertical-align:top;width:36px;"><object type="application/x-shockwave-flash" data="/img/flash/musicplayer/button/musicplayer.swf?playlist_url=http://www.rozhlas.cz/export/xspf2/?id='+id+'" width="17" height="17"><param name="movie" value="/img/flash/musicplayer/button/musicplayer.swf?playlist_url=http://www.rozhlas.cz/export/xspf2/?id='+id+'"/><param name="quality" value="high"/></object></td>');
//	}
//}

function oknox(adresa)
{

	var xposition=0;
	var yposition=0;
	var width = 620;
	var height =500;
	if ((parseInt(navigator.appVersion) >= 4 ))
	{
	xposition = (screen.width - width) / 2;
	yposition = (screen.height - height) / 2;
	}
	parametry = "width=" + width + ","
	+ "height=" + height + ","
	+ "location=0,"
	+ "menubar=0,"
	+ "resizable=0,"
	+ "scrollbars=0,"
	+ "status=0,"
	+ "titlebar=0,"
	+ "toolbar=0,"
	+ "hotkeys=0,"
	+ "screenx=" + xposition + "," //NN
	+ "screeny=" + yposition + "," //NN
	+ "left=" + xposition + "," //IE
	+ "top=" + yposition; //IE
												
	startWin = window.open(adresa,'ptaci', parametry)
	startWin.focus();
}



function oknohry(adresa)
{

	        var xposition=0;
		        var yposition=0;
			        var width = 780;
				        var height =540;
					        if ((parseInt(navigator.appVersion) >= 4 ))
							        {
									        xposition = (screen.width - width) / 2;
										        yposition = (screen.height - height) / 2;
											        }
												        parametry = "width=" + width + ","
													        + "height=" + height + ","
														        + "location=0,"
															        + "menubar=0,"
																        + "resizable=0,"
																	        + "scrollbars=0,"
																		        + "status=0,"
																			        + "titlebar=0,"
																				        + "toolbar=0,"
																					        + "hotkeys=0,"
																						        + "screenx=" + xposition + "," //NN
																							        + "screeny=" + yposition + "," //NN
																								        + "left=" + xposition + "," //IE
																									        + "top=" + yposition; //IE

																										        startWin = window.open(adresa,'ptaci', parametry)
																											        startWin.focus();
}











// -->


