<!--
		
		function roll(imgName,imgSrc) {
		document[imgName].src = eval(imgSrc + ".src");
		}


self.name = "parentWin";
function openDec(url, name, w, h, scroll) {
        popupWin = window.open(url, name, 'resizable=1,scrollbars=' + scroll + ',width=' + w + ',height=' + h + '');
    // focus window (only for Navigator >= 3.0)
    if ( (navigator.appName != "Microsoft Internet Explorer") && (navigator.appVersion.substring(0,1) == "3") )
    popupWin.focus();
}
//-->