function showPopUp(page)
{
	if(page == "d5000")
	{
		pageurl = "http://imaging.nikon.com/products/imaging/lineup/microsite/d5000/en/main.html";
		pageTitle = "D5000";
		width = 1000;
		height = 690;
		
	}
	
	window.open(pageurl, pageTitle,'location=no,scrollbars=0,resizable=0,height='+height+',width='+width);
}