<!--
/*
	============================================================
	Photo fce
	============================================================
	Copyright: www.eastburger.cz (c) 2008 All rights reserved.
	============================================================
 	Spoluprace:
	------------------------------------------------------------
*/

function GoToPage(theElement, sUrl){
	window.location.href = sUrl+theElement.value;
}

function Resize(width, height){
	window.resizeTo(width, height);
	window.focus();
}

//-->
