// JavaScript Document
<!-- 
if(-1 != navigator.userAgent.indexOf("MSIE")) 
{
 // Internet Explorer 
document.write('<link rel="stylesheet" type="text/css" href="/css/ie.css">');
 } 
else 
{
 // other 
document.write('<link rel="stylesheet" type="text/css" href="/css/global.css">'); 
} //--> 

<!-- 
// Function to provide Windows for pictures
function openInfo(URL) {
        window.open(URL, "displayWindow",  "scrollbars=yes,status=no,menubar=no,location=no,toolbar=no,resizable=no,width=600,height=500,screenX=100,screenY=10");
}
// -->