


function winopen(theURL)	{
	openWindow=window.open(theURL, "helpWindow", "toolbars=no,scrollbars=yes,resizable=yes,top=0,left=0");
	openWindow.focus();
}

function winopenkas(theURL)	{
	openWindow=window.open(theURL, "helpWindow", "toolbars=no,scrollbars=yes,resizable=yes, height=390, width=390, top=0,left=0");
	openWindow.focus();
}


function jump(thisform) 

{

var myindex = thisform.destination.selectedIndex;

var url     = thisform.destination.options[myindex].value;

if(!url) { return }                 // do nothing if there's no url

else     {  parent.location = url  }  // else, hop to it!
}





function jumptwo(thisform) 

{
var	url = thisform.action+"&primcat="+thisform.primcat.options[thisform.primcat.selectedIndex].value;

if(!url) { return }                 // do nothing if there's no url

else     {  parent.location = url  }  // else, hop to it!
}


function jumplang(thisform) 

{
var	url = thisform.action+"&lang="+thisform.lang.options[thisform.lang.selectedIndex].value;

if(!url) { return }                 // do nothing if there's no url

else     {  parent.location = url  }  // else, hop to it!
}


function jumpplace(thisform) 

{
var	url = thisform.action+"&placen="+thisform.placen.options[thisform.placen.selectedIndex].value;

if(!url) { return }                 // do nothing if there's no url

else     {  parent.location = url  }  // else, hop to it!
}

function jumpmetro(thisform) 

{
var	url = thisform.action+"&metron="+thisform.metron.options[thisform.metron.selectedIndex].value;

if(!url) { return }                 // do nothing if there's no url

else     {  parent.location = url  }  // else, hop to it!
}

function jumpdistrict(thisform) 

{
var	url = thisform.action+"&districtn="+thisform.districtn.options[thisform.districtn.selectedIndex].value;

if(!url) { return }                 // do nothing if there's no url

else     {  parent.location = url  }  // else, hop to it!
}

function jumpopros(thisform) 

{
var	url = thisform.action+"&id="+thisform.id.options[thisform.id.selectedIndex].value;

if(!url) { return }                 // do nothing if there's no url

else     {  parent.location = url  }  // else, hop to it!
}

function jumpret(thisform) 

{
var	url = thisform.action+"&bal="+thisform.bal.options[thisform.bal.selectedIndex].value;

if(!url) { return }                 // do nothing if there's no url

else     {  parent.location = url  }  // else, hop to it!
}



function jumpplacecode(thisform) 

{
var	url = thisform.action+"&myplace="+thisform.myplace.options[thisform.myplace.selectedIndex].value;

if(!url) { return }                 // do nothing if there's no url

else     {  parent.location = url  }  // else, hop to it!
}


function jumpplacen(thisform) 

{
var	url = thisform.action+"&placen="+thisform.placen.options[thisform.placen.selectedIndex].value;

if(!url) { return }                 // do nothing if there's no url

else     {  parent.location = url  }  // else, hop to it!
}


function jumpacttype(thisform) 

{
var	url = thisform.action+"&acttypen="+thisform.acttypen.options[thisform.acttypen.selectedIndex].value;

if(!url) { return }                 // do nothing if there's no url

else     {  parent.location = url  }  // else, hop to it!
}



function jumpplaseacttype(thisform) 

{
var	url = thisform.action+"&placen="+thisform.placen.options[thisform.placen.selectedIndex].value+"&acttypen="+thisform.acttypen.options[thisform.acttypen.selectedIndex].value;

if(!url) { return }                 // do nothing if there's no url

else     {  parent.location = url  }  // else, hop to it!
}


function jumptypesort(thisform) 

{
var	url = thisform.action+"&sort="+thisform.sort.options[thisform.sort.selectedIndex].value+"&acttypen="+thisform.acttypen.options[thisform.acttypen.selectedIndex].value;

if(!url) { return }                 // do nothing if there's no url

else     {  parent.location = url  }  // else, hop to it!
}












function jumpisite(thisform) 

{
var	url = thisform.action+"&isite="+thisform.isite.options[thisform.isite.selectedIndex].value;

if(!url) { return }                 // do nothing if there's no url

else     {  parent.location = url  }  // else, hop to it!
}
