function showPopup(img_url,width,height,alt_text, ship_photo_id)
{
	popup=window.open('http://images.vesseltracker.com/images/foto_popup.html?ship_photo_id='+ship_photo_id,'','width='+width+',height='+height+',dependent=yes');
}