
<!--

var putItThere = null; 
var chasm = screen.availWidth;
var mount = screen.availHeight;
var w = 0;
var h = 0;

function deadCenter(page,name,w,h,scroll) {
  putItThere = window.open(page,name,'width=' + w + ',height=' + h + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) * .5));
}


var url;
function build(url,name){
window.open(url, name, "top=0, left=100, scrollbars=1, toolbar=1, width=800, height=600");

}

var url;
function flyer(url,name){
window.open(url, name, "top=0, left=100, scrollbars=1, toolbar=1, menubar=1, width=800, height=600");

}
//-->

