function w_flashmapper(f_url, w, h) {
var t=window.open(f_url,'croissy','width='+w+',height='+h+',toolbar=true,navigationbar=false,menubar=false,scrollbars=false,resizable=false');		
}
function popupPrint(page) {
OpenWin = this.open(page, "Print", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,height=450,width=600");
}