function layerPos()
{
	if (window.navigator.appName == "Netscape")
	{
		if (window.screen.width==800)
		{
			document.layers['hotel'].left=375;
			
		}
	}
	if (window.navigator.appName == "Microsoft Internet Explorer")
	{
		if (window.screen.width==800)
		{
			document.all['hotel'].style.posLeft=375;
			
		}
	}
	if (window.navigator.appName == "Netscape")
	{
		if (window.screen.width==1152)
		{
			document.layers['hotel'].left=725;
			
		}
	}
	if (window.navigator.appName == "Microsoft Internet Explorer")
	{
		if (window.screen.width==1152)
		{
			document.all['hotel'].style.posLeft=725;
			
		}
	}
		if (window.navigator.appName == "Netscape")
	{
		if (window.screen.width==1280)
		{
			document.layers['hotel'].left=850;
			
		}
	}
	if (window.navigator.appName == "Microsoft Internet Explorer")
	{
		if (window.screen.width==1280)
		{
			document.all['hotel'].style.posLeft=850;
			
		}
	}
}