function loadNavPic(str){	
	if(window.nav_images) window.document["nav_images"].SetVariable("headerPic", str);
	if(document.nav_images) document.nav_images.SetVariable("headerPic", str);
}