				function popUp(psImage)
				{
					var sFinalImage  = "images/products/" + psImage;
					
					window.open(sFinalImage,"products","width=400, height=400, top=50, left=50")
				}//end function popUp
				
				function popUpMap(psImage)
				{
					var sMapImage  = "images/" + psImage;
					
					window.open(sMapImage,"map","width=600, height=600, top=50, left=50")
				}//end function popUpMap

