function openwindow(url, width, height){
	window.open(url,"","width="+width+",height="+height+",scrollbars=auto,resizable=yes");
}

function gopage(){
	url_link = document.quicklink_form.quick_link.value;
	location.replace(url_link);
}