var n=navigator.appName 
var ie=(n=="Microsoft Internet Explorer")
if (ie){
document.write('<link rel="stylesheet" type="text/css" href="codes/StyleSheet-E.css">')
}
else{
document.write('<link rel="stylesheet" type="text/css" href="codes/StyleSheet.css">')
}


function openGallery(Gal){
	winMap=window.open(Gal,"windowGallery","scrollbars=yes,toolbar=yes,resizable=yes,width=700,height=460,left='+leftPos+',top=50,left=10")
}


function byeWindow()
{
if(this.window && !this.window.closed){this.window.close()}
}

