function goto(form) { var index=form.select.selectedIndex

	if (form.select.options[index].value != "0") {
	location=form.select.options[index].value;}}


function PopUpFull(strURL,intWidth,intHeight,intTop,intLeft,strAddressBar,strScrollBars,strResizable,strStatus,strMenubar,strLocation,strToolBar)
	{
	var OpenUp = window.open(strURL,"PopUp","height="+intHeight+",width="+intWidth+",top="+intTop+",left="+intLeft+",addressbar="+strAddressBar+",scrollbars="+strScrollBars+",resizable="+strResizable+",status="+strStatus+",menubar="+strMenubar+",location="+strLocation+",toolbar="+strToolBar);
	}
	

