function load() {
//frame escape
	if(location.href != top.location.href) top.location.href=location.href;
//browser fix
	var nav=/netscape/i;
	if(nav.test(navigator.appName))	{
		document.getElementById('mainnav').style.marginTop='0px';
		document.getElementById('tophead').style.top='-15px';
		document.getElementById('bdrtopout').style.marginBottom='0';
		document.getElementById('mainhead').style.marginTop='0px';
	}
}

// for gallery
function show(imid,pic) {
	document.showimg.src=pic;
	document.getElementById('picmsg').innerHTML=document.getElementById(imid+'p').innerHTML; 
}
