function FS_PopUp(url){
  window.open(url,"featureSheet","width=800,height=675,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,top=0,left=0");
}

function BrokerQS_PopUp(url){
  window.open(url,"quicksearch","width=600,height=375,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,top=0,left=0");
}

function calc_PopUp(url){
  window.open(url,"calculator","width=750,height=750,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,top=0,left=0");
}
function form_PopUp(url){
  window.open(url,"form","width=700,height=750,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,top=0,left=0");
}
function PutFormWindow(url, target, width, height)
{	if (PutFormWindow.arguments.length < 2)
		target = 'REEmail';
	if (PutFormWindow.arguments.length < 3)
		width = '750';
	if (PutFormWindow.arguments.length < 4)
		height = '600';

	var nw = window.open(url,target,'top=10,left=10,width='+width+',height='+height+',resizable=yes,scrollbars=yes,menubar=no,toolbar=no,directories=no,location=no,status=no');
	nw.focus();
}
