function f1()
{
if (window.navigator.appName == "Netscape")
	{
		if (window.screen.width==1152)
		{
			document.getElementById("product").style.left=262;
			document.getElementById("p").style.left=386;
			document.getElementById("brother").style.left=510;
			document.getElementById("xerox").style.left=510;
			document.getElementById("sahara").style.left=510;
			document.getElementById("gbc").style.left=510;
			document.getElementById("kodak").style.left=510;
			document.getElementById("vidar").style.left=510;
			document.getElementById("plockmatic").style.left=510;
			document.getElementById("kern").style.left=510;
			document.getElementById("benq").style.left=510;
			document.getElementById("verifone").style.left=510;
			document.getElementById("powis").style.left=510;
			document.getElementById("panasonic").style.left=510;
			document.getElementById("pl").style.left=386;
		}
		if (window.screen.width==1280)
		{
			document.getElementById("product").style.left=326;
			document.getElementById("p").style.left=450;
			document.getElementById("brother").style.left=574;
			document.getElementById("xerox").style.left=574;
			document.getElementById("sahara").style.left=574;
			document.getElementById("gbc").style.left=574;
			document.getElementById("kodak").style.left=574;
			document.getElementById("vidar").style.left=574;
			document.getElementById("plockmatic").style.left=574;
			document.getElementById("kern").style.left=574;
			document.getElementById("benq").style.left=574;
			document.getElementById("verifone").style.left=574;
			document.getElementById("powis").style.left=574;
			document.getElementById("panasonic").style.left=574;
			document.getElementById("pl").style.left=450;
		}
	}
if (window.navigator.appName == "Microsoft Internet Explorer")
	{
		if (window.screen.width==1152)
		{
			document.all['product'].style.posLeft=262;
			document.all['p'].style.posLeft=386;
			document.all['brother'].style.posLeft=510;
			document.all['xerox'].style.posLeft=510;
			document.all['sahara'].style.posLeft=510;
			document.all['gbc'].style.posLeft=510;
			document.all['kodak'].style.posLeft=510;
			document.all['vidar'].style.posLeft=510;
			document.all['plockmatic'].style.posLeft=510;
			document.all['kern'].style.posLeft=510;
			document.all['benq'].style.posLeft=510;
			document.all['verifone'].style.posLeft=510;
			document.all['powis'].style.posLeft=510;
			document.all['panasonic'].style.posLeft=510;
			document.all['pl'].style.posLeft=386;	
		}
		if (window.screen.width==1280)
		{
			document.all['product'].style.posLeft=326;
			document.all['p'].style.posLeft=450;
			document.all['brother'].style.posLeft=574;
			document.all['xerox'].style.posLeft=574;
			document.all['sahara'].style.posLeft=574;
			document.all['gbc'].style.posLeft=574;
			document.all['kodak'].style.posLeft=574;
			document.all['vidar'].style.posLeft=574;
			document.all['plockmatic'].style.posLeft=574;
			document.all['kern'].style.posLeft=574;
			document.all['benq'].style.posLeft=574;
			document.all['verifone'].style.posLeft=574;
			document.all['powis'].style.posLeft=574;
			document.all['panasonic'].style.posLeft=574;
			document.all['pl'].style.posLeft=450;
		}
	}
}
