// JavaScript Document
function exopenquote(url)
{
	newwindow=window.open(url,'name','height=600,width=970,left=0,top=0,resizable=no,scrollbars=yes,toolbar=no,status=yes');
	if (window.focus) {newwindow.focus()}
}