function dhtmlbrowser() {
	var isDHTML;
	isDHTML = true;
	if (document.all) {

		location.href="gallery.htm"; 
	}
	else {
		location.href="gallery_plain.htm"; 
	}

}
