function setPNGImage(){
	var browser=navigator.userAgent.toLowerCase();
	if(browser.indexOf("msie 6")<0){
    		document.getElementById("logo").style.backgroundImage="url(images/logo.png)";
    	}
    	return(true);
}