function LinkSelect(form, sel)
{
	adrs = sel.options[sel.selectedIndex].value;
	if (adrs != "-" ) location.href = adrs;
}

function windowopen(url){
		win=window.open(url,"host","scrollbars=1,width=760,height=700");
		win.moveTo(0,20);
}

