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