function ql(){

if (document.quicklink.linker.options[document.quicklink.linker.selectedIndex].value != "stay") {
location = document.quicklink.linker.options[document.quicklink.linker.selectedIndex].value;
	}
};

function doWin (afile) {

	winptr=window.open(afile,"auxwin","toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizeable,width=400,height=600");

winptr.focus();

return false;
};