
<!--
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function HtmlaFons_DoFSCommand(command, args) {
  var HtmlaFonsObj = InternetExplorer ? HtmlaFons : document.HtmlaFons;
 if (command=="reload")
	{
	window.location=this.location;
	}
}
// Hook for Internet Explorer 
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 
	  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('Sub HtmlaFons_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call HtmlaFons_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}

function openWindow() {
    window.open("balozi.html","loader",'toolbar=0,location=0,scrollbars=0,resizable=0,fullscreen=no,WIDTH=440, HEIGHT=440, top=60, left=300');
}

//-->


