document.write('<link rel="stylesheet" type="text/css" href="/css/fix/css3.css" />');
document.write('<script type="text/javascript" src="/js/library/prototype-min.js"></script>');
document.write('<script type="text/javascript" src="/js/library/src/scriptaculous.js"></script>');

//IE6 css-fix
url = (location.href);
if((url.search(/sitemap/) != -1)&&(navigator.userAgent.indexOf("MSIE 6.0") != -1)){	document.write('<script src="/js/library/IE7.js" type="text/javascript"></script>'); }

function popupOpen(open,sc,height){ window.open(open,'popup','scrollbars='+sc+',width=788,height='+height+'');}
function popupImgOpen(open,sc,height){ window.open(open,'img','scrollbars='+sc+',width=620,height=420');}
function popupImgOpenSquare(open,sc,height){ window.open(open,'img','scrollbars='+sc+',width=620,height=620');}

//size pulldownmenu
var bg = ["#FFC299","#FFF"];
function changBG(e) {
	if(e.selectedIndex==0){ e.style.backgroundColor=bg[0];}
	else{e.style.backgroundColor=bg[1];}
}
window.onload = function() {
if(document.getElementById('size')){
document.getElementById('size').style.backgroundColor=bg[0];
}
if(document.getElementById('size2')){
document.getElementById('size2').style.backgroundColor=bg[0];
}

}
