function klik(){
}

function ror(){
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

MM_reloadPage(true);


<!-- POPUPWINDOW OPENER -->
i=1

function showDynamicPopup(strImageTitle, strImagePath, iWidth, iHeight) {

	myWinName="myWinName"+i
	MyWin = window.open('', myWinName, 'width=' + iWidth + ',height=' + iHeight + ',left=0,top=0')
	MyWin.document.write("<html><head><title>R O R</title></head><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><table border='0' cellpadding='0' cellspacing='0'><tr><td><img src='" + strImagePath + "'></td></tr><tr><td><div align='center'><font face='Arial, Helvetica, sans-serif' size='1'><br>" + strImageTitle + "</font></div></td></tr></table></body></html>")
	MyWin.document.close()
	MyWin.focus()
	i++
}
<!-- POPUPWINDOW OPENER -->


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function goBack(){
  history.go(-1)
}

