// External Link

var newwindow;
function external(url)
{
	newwindow=window.open(url,'name','toolbar=yes,status=yes,directories=yes,location=yes,scrollbars=yes,width=800,height=600,resizable=yes,menubar=yes');
	if (window.focus) {newwindow.focus()}
}
