

/* [only lt IE7] add new items to the array of selects we don't want to hide on TopNavigation Mouseover */
//sfHover_NoHide_selects.push('Quicklinks','Nameselect');



function acs_image(img_name,img_source) 
{ display_image = window.open("","x","location=no,menubar=no,resizable=no,scrollbars=no,status=yes,width=500,height=500,toolbar=no"); display_image.document.open("text/html"); display_image.document.writeln("<html>"); display_image.document.writeln("<head>"); display_image.document.writeln("<title>" + img_name + "</title>"); display_image.document.writeln("<\/head>"); display_image.document.writeln("<body marginwidth='0' marginheight='0' topmargin='0' leftmargin='0' style='margin:0px;' onload='window.resizeTo(eval(document.images[0].width+12),eval(document.images[0].height+60))'>"); display_image.document.writeln("<div align='center'><img src='" + img_source + "' alt='" + img_name + "' border='0'><\/div>"); display_image.document.writeln("<\/body>"); display_image.document.writeln("<\/html>"); display_image.document.close(); display_image.focus();
}

