var name = navigator.appName;
var vers = navigator.appVersion;
vers = vers.substring(0,1); // or 0,4  could return 4.5 instead of just 4

if 	((screen.width == 640) && (screen.height == 480) && (name == "Microsoft Internet Explorer"))	{document.write("<img src='/images/index/menu-first-logo-klein.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}
else if ((screen.width == 640) && (screen.height == 480) && (name == "Opera"))	{document.write("<img src='/images/index/menu-first-logo-klein.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}

else if ((screen.width == 800) && (screen.height == 600) && (name == "Microsoft Internet Explorer"))	{document.write("<img src='/images/index/menu-first-logo-klein.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}
else if ((screen.width == 800) && (screen.height == 600) && (name == "Opera"))	{document.write("<img src='/images/index/menu-first-logo-klein.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}

else if ((screen.width == 1024) && (screen.height == 768) && (name == "Microsoft Internet Explorer"))	{document.write("<img src='/images/index/menu-first-logo.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}
else if ((screen.width == 1024) && (screen.height == 768) && (name == "Opera"))	{document.write("<img src='/images/index/menu-first-logo.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}

else if ((screen.width == 1152) && (screen.height == 864) && (name == "Microsoft Internet Explorer"))	{document.write("<img src='/images/index/menu-first-logo.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}
else if ((screen.width == 1152) && (screen.height == 864) && (name == "Opera"))	{document.write("<img src='/images/index/menu-first-logo.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}

else if ((screen.width == 1280) && (screen.height == 768) && (name == "Microsoft Internet Explorer"))	{document.write("<img src='/images/index/menu-first-logo.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}
else if ((screen.width == 1280) && (screen.height == 768) && (name == "Opera"))	{document.write("<img src='/images/index/menu-first-logo.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}

else if ((screen.width == 1280) && (screen.height == 960) && (name == "Microsoft Internet Explorer"))	{document.write("<img src='/images/index/menu-first-logo.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}
else if ((screen.width == 1280) && (screen.height == 960) && (name == "Opera"))	{document.write("<img src='/images/index/menu-first-logo.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}

else if ((screen.width == 1280) && (screen.height == 1024) && (name == "Microsoft Internet Explorer"))	{document.write("<img src='/images/index/menu-first-logo.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}
else if ((screen.width == 1280) && (screen.height == 1024) && (name == "Opera"))	{document.write("<img src='/images/index/menu-first-logo.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}

// kerst
// Else if ((screen.width == 1024) && (screen.height == 768) && (name == "Microsoft Internet Explorer"))	{document.write("<img src='/images/index/menu-first-logo-kerst.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}
// else if ((screen.width == 1152) && (screen.height == 864) && (name == "Microsoft Internet Explorer"))	{document.write("<img src='/images/index/menu-first-logo-kerst.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}
// else if ((screen.width == 1280) && (screen.height == 768) && (name == "Microsoft Internet Explorer"))	{document.write("<img src='/images/index/menu-first-logo-kerst.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}
// else if ((screen.width == 1280) && (screen.height == 960) && (name == "Microsoft Internet Explorer"))	{document.write("<img src='/images/index/menu-first-logo-kerst.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}
// else if ((screen.width == 1280) && (screen.height == 1024) && (name == "Microsoft Internet Explorer"))	{document.write("<img src='/images/index/menu-first-logo-kerst.gif' border='0' href='index-nuances.html' target='tekst' alt='grafisch ontwerp'>");}

else if (name == "Microsoft Internet Explorer") 								{document.write("<img src='/images/index/menu-first-logo.gif' border='0' href='index-nuances.html' target='tekst' alt='logo ontwerp'>");}
else if (name == "Opera")								{document.write("<img src='/images/index/menu-first-logo.gif' border='0' href='index-nuances.html' target='tekst' alt='logo ontwerp'>");}
else 													{document.write("");}
