client = navigator.appName;
ie = "Microsoft Internet Explorer";
ns = "Netscape";
if(client == ns){
	available_width=innerWidth;
}else{
	available_width=document.body.clientWidth;
	}
fromleft=(available_width-780)/2;
fromleftstudio=fromleft+206;
fromlefttattoo=fromleft+278;
fromleftpiercing=fromleft+346;
fromleftconv=fromleft+423;
document.write('<style>#menu-studio { position:absolute; width:130px; height:38px; z-index:6; left: '+fromleftstudio+'px; top: 430px; visibility: hidden;}</style>');
document.write('<style>#menu-tattoo { position: absolute; visibility: hidden; width: 130px; height: 38px; left: '+fromlefttattoo+'px; top: 430px; z-index: 2; }</style>');
document.write('<style>#menu-piercing { position: absolute; visibility: hidden; width: 130px; height: 38px; left: '+fromleftpiercing+'px; top: 430px; z-index: 5; }</style>');
document.write('<style>#menu-conv { position: absolute; visibility: hidden; width: 130px; height: 78px; left: '+fromleftconv+'px; top: 390px; z-index: 1; }</style>');