function browse()
{
eee = navigator.appName;
nnn = eee.indexOf("Explorer", 0);
if (nnn<0){return 0;}
return 1;
}

//--------------------------------------------------------------------------------------------------
function rasporka01()
{
eev = browse();
if (eev == 0){
eee = window.innerWidth;
eee = eee - 450;
document.write("<img src='images/1ptlightgrey1.gif' alt='' width='"); 
document.write(eee);
document.write("' height='1' border='0'><br>");
}

}
//--------------------------------------------------------------------------------------------------
function rasporka02()
{
eev = browse();
if (eev == 0){
eee = window.innerWidth;
eee = eee - 300;
document.write("<img src='images/1ptlightgrey1.gif' alt='' width='"); 
document.write(eee);
document.write("' height='1' border='0'><br>");
}

}

//--------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------
function rasporka03()
{
eev = browse();
if (eev == 0){
eee = window.innerWidth;
eee = eee - 599;
document.write("<img src='images/1ptlightgrey1.gif' alt='' width='"); 
document.write(eee);
document.write("' height='1' border='0'><br>");
}

}

//--------------------------------------------------------------------------------------------------

// original code by Bill Trefzger 12/12/96
function go1(){
if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none") {
location = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
//alert ("YYYYes!");
		}
	}
