// global variables to define size of imagemap and diameter of hotspots

var mapwidth = 470;                // width of imagemap in pixels
var mapheight = 470;               // height of imagemap
var diameter = 13;                 // diameter of circular hotspots

mosul = new dot(0,227,75,"Al Qayyarah Air Base and Camp Marez (Mosul)",
	'<h2>Al Qayyarah Air Base(Mosul)</h2> \
	<p>Al Qayyarah Air Base has been used by elements of the 101st \
	Airborne Division.</p><h2>Camp Marez (Mosul Airfield)</h2><p>Located at an airfield \
	southwest of Mosul, Camp Marez has a tent dining capacity for 500. In December 2004, \
	a suicide bomber killed himself and 13 U.S. soldiers at the base&rsquo;s dining tent.	</p>');

baghdad = new dot(367,277,235,"Green Zone, Camp Falcon-Al-Sarq, and Camp Victory-Al Nasr (Baghdad)",
	'<h2>Green Zone (Baghdad)</h2>\
	<p>The Green Zone in central Baghdad includes the main palaces of former President \
	Saddam Hussein. The area at one time housed the Coalition Provisional Authority; it \
	still houses the offices of major U.S. consulting companies and the temporary U.S. \
	embassy facilities.</p>\
	<h2>Camp Falcon-Al-Sarq (Baghdad)</h2>\
	<p>In late September 2003, the 439th Engineering Battalion delivered over 100,000 \
	tons of gravel and is assisting with building roads, walls, guard towers, and \
	buildings for Camp Falcon. Camp Falcon is planned to house 5,000 soldiers.</p>\
	<h2>Camp Victory- Al Nasr (Baghdad Airfield)</h2>\
	<p>Camp Victory is a U.S. Army base situated on airport grounds about 5 kilometers \
	from Baghdad International Airport.  The base can house up to 14,000 troops.  Al Faw \
	Palace on Camp Victory is surrounded by a man-made lake and serves as an unofficial \
	conference center for the Army.</p>');

taji = new dot(0,268,219,"Camp Taji (Taji)",
	'<p>Camp Taji, former Iraqi Republican Guard &quot;military city,&quot; is now a huge \
	U.S. base equipped with a Subway, Burger King and Pizza Hut on the premises.</p>');

kirkuk = new dot(0,274,117,"Camp Renegade (Kirkuk)",
	'<p>Strategically located near the Kirkuk oil fields and the Kirkuk refinery and \
	petrochemical plant, Camp Renegade has a dormitory that houses up to 1,664 airmen\
	in 13 buildings with six to eight people to a room.</p>');

balad = new dot(0,275,201,"Camp Anaconda (Balad Airbase)",
	'<p>Camp Anaconda or Balad Airbase is the largest base in Iraq. 20,000 troops are\
	stationed at Balad along with several thousand American and other civilians.\
	The base is the hub of the Air Force operation in Iraq, the biggest Army\
	logistical support center in the country, and the second busiest airport\
	in the world after Londons Heathrow Airport.</p>');

tikrit = new dot(0,245,165,"Camp Speicher (Tikrit)",
	'<p>Named after F/A-18 pilot Michael &quot;Scott&quot; Speicher who was shot down \
	during the first Gulf War in 1991, Camp Speicher is located near Tikrit in northern \
	Iraq, approximately 170 kilometers north of Baghdad.</p>');

irbil = new dot(0,264,100,"Unknown name (between Irbil and Kirkuk)",
	'');

fallujah = new dot(0,249,231,"Taqaddum Airbase",
	'<p>Al Taqaddum Airbase is located in central Iraq approximately 74\
	kilometers West of Baghdad. The airfield is served by two runways 13,000 and\
	12,000 feet long. </p>');

nasiriyah = new dot(0,359,351,"Talil Air Base (Nasiriyah)",
	'<p>Located 14 miles southwest of Nasiriya, in the south. In 2006, Congress\
	authorized $22 million to build a second dining facility to seat 6,000, a\
	double perimeter security fence with high-tech gate controls, guard towers,\
	and a moat. </p>');

badrah = new dot(367,340,234,"Patrol Base Shocker(Badraj)",
	'<p> Four miles from the Iran border near the Iraqi town of Badrah.\
	Home to 240 soldiers and contractors, including 55 U.S. troops, and\
	a contingent of soldiers from the Republic of Georgia, the base became\
	operational in mid-November 2007.  Also has U.S. military and civilian\
	analysts monitoring the extent of Iranian influence in Iraq. </p>');

alasad = new dot(367,200,200,"Al Asad Air Base (Khan al-Baghdadi)",
	'<p> About 120 miles west of Baghdad, near the Euphrates town of\
	Khan al-Baghdadi, Al Asad Air Base hosts 17,000 troops, a Burger King,\
	a Pizza Hut and a car dealership, and an internal bus system. The\
	Bush administration requested $39 million the FY 08 budget for new\
	airfield lighting, air-traffic-control systems and upgrades allowing\
	al-Asad to plug into the Iraqi electricity grid — a typical sign\
	of a long-term base.  </p>');

document.write('<img width=470 height=470 src=\"../images/iraq/IraqMap2008WEB.gif\" usemap=\"#Iraq\" border=0><map name=\"Iraq\">');
document.write(mosul.buildtext());
document.write(baghdad.buildtext());
document.write(taji.buildtext());
document.write(kirkuk.buildtext());
document.write(balad.buildtext());
document.write(tikrit.buildtext());
document.write(irbil.buildtext());
document.write(fallujah.buildtext());
document.write(nasiriyah.buildtext());
document.write(badrah.buildtext());
document.write(alasad.buildtext());
document.write('</map>');

////////////////  GLOBAL TOOPTIP CONFIGURATION  /////////////////////
var ttAbove       = false;        // tooltip above mousepointer? Alternative: true
var ttBgColor     = "#f8f8ff";
var ttBgImg       = "";           // path to background image;
var ttBorderColor = "#00008b";
var ttBorderWidth = 1;
var ttDelay       = 0;          // time span until tooltip shows up [milliseconds]
var ttFontColor   = "#ffffff";
var ttFontFace    = "verdana,arial,helvetica,sans-serif";
var ttFontSize    = "11px";
var ttFontWeight  = "normal";     // alternative: "bold";
var ttLeft        = false;        // tooltip on the left of the mouse? Alternative: true
var ttOffsetX     = 12;           // horizontal offset of left-top corner from mousepointer
var ttOffsetY     = 15;           // vertical offset                   "
var ttOpacity     = 100;          // opacity of tooltip in percent (must be integer between 0 and 100)
var ttPadding     = 4;            // spacing between border and content
var ttShadowColor = "";
var ttShadowWidth = 0;
var ttStatic      = false;        // tooltip NOT move with the mouse? Alternative: true
var ttSticky      = false;        // do NOT hide tooltip on mouseout? Alternative: true
var ttTemp        = 0;            // time span after which the tooltip disappears; 0 (zero) means "infinite timespan"
var ttTextAlign   = "left";
var ttTitleColor  = "#ffffff";    // color of caption text
var ttWidth       = 250;
////////////////////  END OF TOOLTIP CONFIG  ////////////////////////

//////////////  TAGS WITH TOOLTIP FUNCTIONALITY  ////////////////////
// List may be extended or shortened:
var tt_tags = new Array("a","area","b","big","caption","center","code","dd","div","dl","dt","em","h1","h2","h3","h4","h2","h6","i","img","input","li","map","ol","p","pre","s","small","span","strike","strong","sub","sup","table","td","th","tr","tt","u","var","ul","layer");
/////////////////////////////////////////////////////////////////////