function openwin(url) {
 w = window.open(url, 'win','width=640,height=360,status=no,scrollbars=no,directories=no,menubar=no,resizable=yes,toolbar=no');
}

function openwinst(url) {
 w = window.open(url, 'winst','width=280,height=220,status=no,scrollbars=no,directories=no,menubar=no,resizable=no,toolbar=no,status=no');
}

function openwin2(url) {
 w = window.open(url, 'win2','width=800,height=580,status=no,scrollbars=no,directories=no,menubar=no,resizable=yes,toolbar=no');
}

function openwin3(url) {
 w = window.open(url, 'win2','width=750,height=465,status=no,scrollbars=no,directories=no,menubar=no,resizable=yes,toolbar=no');
}

function popJump(selOBJ)
{
	n = selOBJ.selectedIndex;
	location.href = selOBJ.options[n].value;
}