function free() {}

function SendPassword() {
  var page_str = "index.php?page=zapomenute-heslo";
  mywin = window.open(page_str,"sendpass","width=320,height=200,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no,resizable=yes");
  mywin.focus();
}

function getE(objectID) {
	return document.getElementById(objectID);
}

function ShowImage(sImgPath) {
		window.open('showimage.htm?' + sImgPath, "Foto","scrollbars=no,status=no,toolbar=no,location=no,directories=no,height=200,width=200,resizable=1");
}

function UkazArgumenty() 
{   var i,j,s;
	s=location.search.substring(1);
	for ( i=0; i<20; i++ ) {
		for ( j=0; j<s.length && s.charAt(j)!='&'; j++ ) ;
		ar[i]=s.substring(0,j);
		s=s.substring(j+1);	}}

var ar=new Array(20);
UkazArgumenty();
