      var map = null;
	  var icon = "<div style='font-size:12px; text-align: center; ;width:80px;'>Gis</div>";
	  var japanicon = "<img src='sushi.png'/>";
	  var westicon = "<img src='restaurant.png'/>";
	  var chineseicon = "<img src='chinese.png'/>";
	  var pubicon = "<img src='pub.png'/>";
	  var bookicon ="<img src='book.png'/>";
	  var Loadicon = "<img src='welcome.png'/>";
      
	  var japanVar= new Array();
	  japanVar[0]= new VELatLong(25.01299266180618, 121.53653290763716);
	  japanVar[1]= new VELatLong(25.015882492867003, 121.53236964787935);
	  japanVar[2]= new VELatLong(25.014525714421005, 121.53417472161951);
	  
	  var westVar= new Array();
	  westVar[0]= new VELatLong(25.01937553108436, 121.53186854947181);
	  westVar[1]= new VELatLong(25.018889670780137, 121.53100145971372);
	  westVar[2]= new VELatLong(25.027299,121.521615);
	  westVar[3]= new VELatLong(25.024804,121.52781546);
	  westVar[4]= new VELatLong(25.0228888,121.52880);
	  westVar[5]= new VELatLong(25.023135,121.528157);
	  westVar[6]= new VELatLong(25.022977,121.5288533);
	  westVar[7]= new VELatLong(25.016942, 121.53217);
	  westVar[8]= new VELatLong(25.01898074, 121.5333343);
	  westVar[9]= new VELatLong(25.023903553278643, 121.53323303324812);
	  
	  var chineseVar= new Array();
	  chineseVar[0]= new VELatLong(25.01894919654234, 121.53362976915304);
	  chineseVar[1]= new VELatLong(25.015991551796737, 121.53244521990358);
	  chineseVar[2]= new VELatLong(25.01599416036068, 121.53184600143413);
	  chineseVar[3]= new VELatLong(25.015535010462162, 121.53261604081413);
	  chineseVar[4]= new VELatLong(25.012757434087387, 121.53667059216204);
	  chineseVar[5]= new VELatLong(25.01905953445497, 121.53290031142896);
	  chineseVar[6]= new VELatLong(25.024062525992626, 121.5344155241817);
	  
	  var coffeeVar= new Array();
	  coffeeVar[0]= new VELatLong(25.019336661084324,121.53268620866585);
	  coffeeVar[1]= new VELatLong(25.014581,121.535779);
	  coffeeVar[2]= new VELatLong(25.018161964464457, 121.5314110931629);
	  coffeeVar[3]= new VELatLong(25.015403951224556, 121.53325809853601);
	  coffeeVar[4]= new VELatLong(25.01911315927473, 121.53307492902523);
	  coffeeVar[5]= new VELatLong(25.018370,121.53020290);
	  coffeeVar[6]= new VELatLong(25.0180,121.5333);
	  coffeeVar[7]= new VELatLong(25.0205,121.5329);
	  coffeeVar[8]= new VELatLong(25.0213,121.5329);
	  coffeeVar[9]= new VELatLong(25.0147,121.5366);
	  
	  var pubVar= new Array();
	  pubVar[0]= new VELatLong(25.01943785562949,121.53331671107003);
	  pubVar[1]= new VELatLong(25.01697096362354,121.53135927995782);
	  pubVar[2]= new VELatLong(25.016234717901867,121.53241060712197);
	  pubVar[3]= new VELatLong(25.0242141776869,121.528911427);
	  pubVar[4]= new VELatLong(25.021125,121.52765);
	  pubVar[5]= new VELatLong(25.024287,121.529989);
	  pubVar[6]= new VELatLong(25.018656,121.53250699);
	  pubVar[7]= new VELatLong(25.020399,121.533684);
	  pubVar[8]= new VELatLong(25.0169, 121.5311);
	  pubVar[9]= new VELatLong(25.0416, 121.5517);
	  pubVar[10]= new VELatLong(25.0356, 121.5680);
	  pubVar[11]= new VELatLong(25.0484, 121.5623);
	  pubVar[12]= new VELatLong(25.0484, 121.5623);
	  pubVar[13]= new VELatLong(25.0433, 121.5518);
	  pubVar[14]= new VELatLong(25.0275, 121.5258);
	  
	  
	  
	  var bookstoreVar= new Array();
	  bookstoreVar[0]= new VELatLong(25.016743817785915,121.53298836988144);
	  
	  var venueMainVar= new Array();
	  venueMainVar[0]= new VELatLong(25.013838, 121.535922);
	  
	  var LoadVar= new Array();
	  LoadVar[0]= new VELatLong(25.02035,121.328600)

	  
	  
	  function GetMap()
      {
         map = new VEMap('myMap');
         map.SetDashboardSize(VEDashboardSize.Normal);
		 map.LoadMap(new VELatLong(25.014782,121.534635), 15);
		 
		 map.SetScaleBarDistanceUnit(VEDistanceUnit.Kilometers);
		 
         CreatePub();
		 CreateBookstore();
		 CreateChinese();
		 CreateCoffee();
		 CreateVenue();
		 CreateJapan();
		 CreateWestern();
		 CreateLoad();

 		 loadmenu= new VEShape (VEShapeType.Pushpin, LoadVar[0]);
		 loadmenu.SetTitle('Welcome to the ASSC12 Cuisine Map')
		 loadmenu.SetCustomIcon(Loadicon);
		 Load.AddShape(loadmenu);
		 
		 japan1 = new VEShape (VEShapeType.Pushpin, japanVar[0]);
		 japan1.SetTitle('Aubergine 茄子咖哩');
		 japan1.SetCustomIcon(japanicon); 		 
		 japan1.SetDescription("<div style='color:Black;'><img src='http://i184.photobucket.com/albums/x232/ASSC12/-4.jpg' width='230'>Japanese style curry</div><br><address>2F., No.85, <br>Sec. 4, Roosevelt Rd.</address>");
		 japan.AddShape(japan1);				
		 
		
		 
		 		 
		 japan3 = new VEShape (VEShapeType.Pushpin, japanVar[2]);
		 japan3.SetTitle('Mo-Mo Paradise');
		 japan3.SetCustomIcon(japanicon); 		 
		 japan3.SetDescription("<div style='color:Black;'><img src='http://i184.photobucket.com/albums/x232/ASSC12/MoMoParadise.jpg' width='230'>All-you-can-eat shabu-shabu and sukiyaki</div><br><address>3F., No.68,<br>Sec. 4, Roosevelt Rd.<br>02-2363-8998<br>Opening Hours: 11:30-23:30</address>");
		 japan.AddShape(japan3);

		 chinese1 = new VEShape (VEShapeType.Pushpin, chineseVar[0]);
		 chinese1.SetTitle('Tai-Yi Milk King<br>台一牛奶大王');
		 chinese1.SetCustomIcon(chineseicon); 		 
		 chinese1.SetDescription("<div style='color:Black;'><img src='http://static.flickr.com/49/139743703_4192ad4480.jpg' width='230'>Famous Taiwanese Dessert (great way to cool off)</div><br><address>No.82, Sec. 3, <br>Sinsheng S. Rd.<br>(02)2362-3172<br> Opening Hours:11:00~24:00</address>");
         chinese1.SetPhotoURL("");
		 chinese.AddShape(chinese1);

		 chinese2 = new VEShape (VEShapeType.Pushpin, chineseVar[1] );
		 chinese2.SetTitle('Yi Ya Chu Cantonese Cuisine<br>易牙居點心坊');
		 chinese2.SetDescription("<div><img src='http://i184.photobucket.com/albums/x232/ASSC12/-2.jpg' width='230'></div><br><address>No.16, Lane 286, <br>Sec. 3, Roosevelt Rd.<br>(02)2367-8218<br>Opening Hours:11:00-14:30, 17:00-21:30</address><br><a href='http://www.taipeitimes.com/News/feat/archives/2006/12/08/2003339511'>Taipei Times Introduction</a>");
		 chinese2.SetCustomIcon(chineseicon); 		 
		 chinese.AddShape(chinese2);

		 chinese3 = new VEShape (VEShapeType.Pushpin, chineseVar[2] );
		 chinese3.SetTitle('Yi Ya Chu Chinese Cuisines 吃的地方易牙居創始店');
		 chinese3.SetCustomIcon(chineseicon); 		 
		 chinese3.SetDescription('<br><address>No.8, Lane 284, <br>Sec. 3, Roosevelt Rd.</address>');
		 chinese.AddShape(chinese3);

		 chinese4 = new VEShape (VEShapeType.Pushpin, chineseVar[3]);
		 chinese4.SetTitle('Sichuan Cuisine重順川菜餐廳');
		 chinese4.SetCustomIcon(chineseicon); 		 
		 chinese4.SetDescription('<address>No.3-2, Alley 8, Lane 316, <br>Sec. 3, Roosevelt Rd.</address>');
		 chinese.AddShape(chinese4);		 
		 
		 chinese5 = new VEShape (VEShapeType.Pushpin, chineseVar[4]);
		 chinese5.SetTitle('Chopstix 筷子');
		 chinese5.SetCustomIcon(chineseicon); 		 
		 chinese5.SetDescription("<div></div><br><address>No.85, <br>Sec. 4, Roosevelt Rd.<br>(02)33653168<br>Opening Hours:11:30-15:00, 17:30-22:00</address><a href='http://www.chopstix.58168.net/'>Official Website</a>");
		 chinese.AddShape(chinese5);		

		 
		 chinese6 = new VEShape(VEShapeType.Pushpin, chineseVar[5]);
		 chinese6.SetTitle('The Moonlight Tea House<br>玥飲軒');
		 chinese6.SetCustomIcon(chineseicon); 		 
         chinese6.SetDescription("<div><img src='http://i184.photobucket.com/albums/x232/ASSC12/MoonDrink.jpg' width='230'></div>Oriental tea in the midst of willow trees<br><address>80 Wenzhou St<br>Opening Hours:12pm to 12am </address><br><a href='http://www.taipeitimes.com/News/feat/archives/2006/04/28/2003305039'>Taipei Times Introduction</a>");
         chinese.AddShape(chinese6);
		 
		 chinese7 = new VEShape(VEShapeType.Pushpin, chineseVar[6]);
		 chinese7.SetTitle('Madame Jill\'s Vietnamese Cuisine<br>翠園越南餐廳');
		 chinese7.SetCustomIcon(chineseicon); 		 
         chinese7.SetDescription("<div></div><br><address>No.20, <br>Sec. 3, HsinSeng S. Rd.<br>(02)23625005<br>Opening Hours:11:00-14:30, 17:00-20:30</address><br><a href='http://www.chuilin.com/'>Official Website</a>");
         chinese.AddShape(chinese7);
	
		 coffee1 = new VEShape(VEShapeType.Pushpin, coffeeVar[0]);
		 coffee1.SetTitle('Giuliano Cafe 朱利安諾');
		 coffee1.SetCustomIcon("<img src='coffee.png'/>"); 		 
         coffee1.SetDescription("<div style='color:Black;'><img src='http://i184.photobucket.com/albums/x232/ASSC12/DSC_0217.jpg' width='230'>A spacious cafe house with steaming coffee and relaxing atmosphere</div><br><address>No.2, Alley 1, Lane 74<br>Wunjhou St.<Br>(02)23660816<br>Opening Hours: <br>Weekdays 11:00~23:00／Weekends 12:00~23:00</address>");
         coffee.AddShape(coffee1);
		 
		 coffee2 = new VEShape (VEShapeType.Pushpin, coffeeVar[1]);
		 coffee2.SetTitle('Doutor Coffee Shop<br>羅多倫咖啡');
		 coffee2.SetCustomIcon("<img src='coffee.png'/>"); 		 
		 coffee2.SetDescription("<div style='color:Black;'><img src='http://i184.photobucket.com/albums/x232/ASSC12/-12.jpg' width='230'>Cafe in the university, a short walk from the convention<br></div><address>No.1, Sec. 4, Roosevelt Rd.02-23652658</address>");
		 coffee.AddShape(coffee2);
		 		 
		 coffee3 = new VEShape (VEShapeType.Pushpin, coffeeVar[2]);
		 coffee3.SetTitle('I Swear Cafe');
		 coffee3.SetCustomIcon(westicon); 		 
		 coffee3.SetDescription("<div><img src='http://i184.photobucket.com/albums/x232/ASSC12/ISwear.jpg' width='230'><address>No.3, Lane 283, <br>Sec. 3, Roosevelt Rd.<br>(02) 2363-2011<br>Opening Hours:~22:30</address></div>");
		 western.AddShape(coffee3);		
		 
		 coffee4 = new VEShape (VEShapeType.Pushpin, coffeeVar[3] );
		 coffee4.SetTitle('StarBucks Coffee');
		 coffee4.SetCustomIcon("<img src='coffee.png'/>"); 		 
		 coffee4.SetDescription("<idv><img src='http://i184.photobucket.com/albums/x232/ASSC12/StarBucks.jpg' width='230'><address>No.26, <br>Sec. 4, Roosevelt Rd.<br>Opening Hours:<br>Weekdays: 07:30~23:00<br>Weekends:08:30~23:00</address></div>");
		 coffee.AddShape(coffee4);

		 coffee5 = new VEShape (VEShapeType.Pushpin, coffeeVar[4]);
		 coffee5.SetTitle('L\'amour Irish Coffee<br>羅曼咖啡');
		 coffee5.SetCustomIcon("<img src='coffee.png'/>"); 		 
		 coffee5.SetDescription("<div><img src='http://i184.photobucket.com/albums/x232/ASSC12/Lamour.jpg' width='230'></div><address>No.7, Lane 76, <br>Sec. 3, Sinsheng S. Rd.<br>(02)2362-3787<br>Opening Hours:<br>11:00-23:00</address>");
		 coffee.AddShape(coffee5);
		 

		 coffee6 = new VEShape (VEShapeType.Pushpin, coffeeVar[5]);
		 coffee6.SetTitle('Mr. Brown Coffee');
		 coffee6.SetCustomIcon("<img src='coffee.png'/>"); 		 
		 coffee6.SetDescription("<div><img src='http://farm3.static.flickr.com/2285/2234593506_04f1341d60_b.jpg' width='230'></div><address>No.230, Sec. 3, Roosevelt Rd.<br>0937-422-991 <br>Opening Hours:7:30~23:00</address>");
		 coffee.AddShape(coffee6);


		 coffee7 = new VEShape (VEShapeType.Pushpin, coffeeVar[6]);
		 coffee7.SetTitle('Barista Coffee');
		 coffee7.SetCustomIcon("<img src='coffee.png'/>"); 		 
		 coffee7.SetDescription("<div><img src='http://farm3.static.flickr.com/2225/2234549762_9d248a966e_b.jpg' width='230'></div><address>No.88, Sec. 3, Xinsheng S. Rd.<br>(02)23644922 <br>Opening Hours:07:00~24:00</address>");
		 coffee.AddShape(coffee7);
		 
		 coffee8 = new VEShape (VEShapeType.Pushpin, coffeeVar[7]);
		 coffee8.SetTitle('River');
		 coffee8.SetCustomIcon("<img src='coffee.png'/>"); 		 
		 coffee8.SetDescription("<address>1F., No.2, Lane 58, Wenzhou St. <br> (02)2367-8281 <br>Opening Hours:12:00-23:00 (Weekdays)  14:30-23:00 (Sundays)</address>");
		 coffee.AddShape(coffee8);
		 
		 coffee9 = new VEShape (VEShapeType.Pushpin, coffeeVar[8]);
		 coffee9.SetTitle('Rose Cat Bistro');
		 coffee9.SetCustomIcon("<img src='coffee.png'/>"); 		 
		 coffee9.SetDescription("<address>1F., No.2, Lane 48, Wenzhou St.<br>(02)2363880 <br>Opening Hours:16:00 ~ 01:30 (Weekdays) 16:00 ~ 03:00 (Weekends)</address>");
		 coffee.AddShape(coffee9);		 
		 
		 coffee10 = new VEShape (VEShapeType.Pushpin, coffeeVar[9]);
		 coffee10.SetTitle('Mozart Coffee Shop');
		 coffee10.SetCustomIcon("<img src='coffee.png'/>"); 		 
		 coffee10.SetDescription("<div><img src='http://farm3.static.flickr.com/2371/2233765097_18d985a16d_b.jpg' width='230'></div>Pick up a cup of nice hot coffee on you way to the meeting!<address>No.1, Sec. 4, Roosevelt Rd.<br>Opening Hours:8:00AM~ 21:00PM</address>");
		 coffee.AddShape(coffee10);		 
		 		 
		 pub1 = new VEShape (VEShapeType.Pushpin, pubVar[0] );
		 pub1.SetTitle('Commonplace');
		 pub1.SetCustomIcon(pubicon);
		 pub1.SetDescription("<div style='color:Black;'><img src='http://i184.photobucket.com/albums/x232/ASSC12/Commonplace.jpg' width='230'>Come on and step into your Cafe and Bar</div><br><address>No.3 Lane70,Sec.3,Xinsheng S. Rd. 02-2362-2635<Br>Opening Hours:<br>Cafe Time:11:30-21:30<br>Bar Time:21:30-2:00</address><br><a href='http://www.commonplace.com.tw/about.html'>Official Website</a>");
		 pub.AddShape(pub1);
		 
		 pub2 = new VEShape (VEShapeType.Pushpin,pubVar[1] );
		 pub2.SetTitle('Riverside Music Cafe 河岸留言');
		 pub2.SetCustomIcon(pubicon);
		 pub2.SetDescription("<div style='color:Black;'> <img src='http://i184.photobucket.com/albums/x232/ASSC12/-3.jpg' width='230'>A gorgeous hangout in Taipei with all kinds live performance scheduled to be delivered,incredible musicians gather for all time high festival,from jazz, standard jazz, fusion, alternative rock, pop rock, native rock to experimental.</div><br><address>Basement, 2, Lane 244, <br>Sec. 3, Roosevelt Rd. <br>(Next to Tai-Power Building)</address><br><a href='http://www.riverside.com.tw/cafe/'>Official Website</a>");
		 pub.AddShape(pub2);
		 
		 pub3 = new VEShape (VEShapeType.Pushpin, pubVar[2] );
		 pub3.SetCustomIcon(pubicon);
		 pub3.SetTitle('New Orleans Kitchen<br>紐奧良');
		 pub3.SetDescription("<div 'style=color:Black;'><img src='http://i184.photobucket.com/albums/x232/ASSC12/NewOrleansKitchen.jpg' width='230'>New Orleans Jazz</div><br><address> B1, No.85<br> Roosevelt Road Sec.4<br>Opening Hours:11:30-24:00</address>");
		 pub.AddShape(pub3);
		 
		 pub4 = new VEShape (VEShapeType.Pushpin, pubVar[3] );
		 pub4.SetCustomIcon(pubicon);
		 pub4.SetTitle('Bistro O');
		 pub4.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2112/2233761973_5a5f13258e_b.jpg' width='230'>Rock</div><br><address> No.5-1, Lane 49, Shihda Rd.<br>Opening Hours:18:00-3:00<br>(02)2363-7170</address>");
		 pub.AddShape(pub4);
		 
		 pub5 = new VEShape (VEShapeType.Pushpin, pubVar[4] );
		 pub5.SetCustomIcon(pubicon);
		 pub5.SetTitle('Blue Note');
		 pub5.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2114/2233762237_0ae4224b25_b.jpg' width='200'><br>Founded in 1974, Blue Note is Taipei's oldest jazz bar.There are performances at least 5 nights a week, from 9:40pm. Cover waries for special shows.<br><br>Tuesdays: Standard Jazz Trio, cover charge NT$300 + 10%.<br>Thursdays: Groove Hunters, cover charge NT$300 + 10%.<br>Fridays: METAMORPHOSIS, NT$350 w/drink + 10%.<br>Saturdays: JIVE STAKES, a jazz quartet plus a vocalist, NT$350 w/drink + 10%.</div><br><address> 4F., No.171, Sec. 3, Roosevelt Rd.<br>Opening Hours:19:00~1:00 Open Everyday<br>Live Shows: 21:40～00:00<br>(02)2362-2333</address>");
		 pub.AddShape(pub5);
		 
		 pub6 = new VEShape (VEShapeType.Pushpin, pubVar[5] );
		 pub6.SetCustomIcon(pubicon);
		 pub6.SetTitle('Café Bastille');
		 pub6.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2031/2234550856_1b6408cabf_b.jpg' width='230'><br></div><br><address> No.23, Lane 40, Taishun St.<br>Opening Hours:11:00~00:00 <br>Fri/Sat: 11:00-14:00 <br>(02)2369-9728<br>credit cards accepted</address>");
		 pub.AddShape(pub6);

		 pub7 = new VEShape (VEShapeType.Pushpin, pubVar[6] );
		 pub7.SetCustomIcon(pubicon);
		 pub7.SetTitle('Cafe Odeon');
		 pub7.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2057/2233762519_aea01a495a_b.jpg' width='150'><br>The theme for both the food and the decor is European, with an emphasis on Belgium. The Western-style cooking at Cafe Odeon makes it a popular place for foreigners.</div><br><address> 11, Ln 86, Xinsheng S Rd, Sec 3<br>Opening Hours:11am to 1am, 2am on weekends  <br>(02)2362 1358<br>credit cards accepted</address>");
		 pub.AddShape(pub7);
		 
		 pub8 = new VEShape (VEShapeType.Pushpin, pubVar[7] );
		 pub8.SetCustomIcon(pubicon);
		 pub8.SetTitle('The Witch House');
		 pub8.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2264/2234592432_d7db5ae6c2_b.jpg' width='230'><br>a cosy cultural coffee-shop-restaurant near Taiwan University which features more than you can expect from just reading its name.</div><br><address>No. 7, Lane 56, Hsin-Sheng South Road, Sec.3<br>Opening Hours:Sunday to Wednesday 11am - 12pm<br>Thursday to Saturday 11am - 1am  <br>(02)2362 5494<br><a href='http://www.swanpanasia.com/witchhouse/index.php?lng=en&cont=intro'>The Witch House Website</a></address>");
		 pub.AddShape(pub8);
		 
		 pub9 = new VEShape (VEShapeType.Pushpin, pubVar[8] );
		 pub9.SetCustomIcon(pubicon);
		 pub9.SetTitle('Kafka');
		 pub9.SetDescription("<div 'style=color:Black;'></div><br><address>2F., No.4, Lane 244, Sec. 3, Roosevelt Rd.<br>Opening Hours:Sunday to Thursday 12:00--01:00<br>Friday to Saturday 12:00—02:00  <br>(02)236-41996 <br><a href='http://kafkabythe.blogspot.com/'>Kafka's Website</a></address>");
		 pub.AddShape(pub9);
		 
		 pub10 = new VEShape (VEShapeType.Pushpin, pubVar[9] );
		 pub10.SetCustomIcon(pubicon);
		 pub10.SetTitle('LUXY');
		 pub10.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2336/2234551460_ecd616fa1b_b.jpg' width='230'><br>Since opening in September 2003, Luxy has become a staple on every partier's \"to go\" list. With 1,000 pings, it is Taipei's second largest club, and a venue that simply cannot be avoided. The name blends luxury with sexy and this rings true, from the bikini-clad Luxy Girls grinding on stage to the top-shelf bottles emerging from carefully hidden VIP rooms. If you're looking for house, head to the white and redtinted Lotus Room. Here you'll find a less crowded bar, a more intimate feel and, sometimes, some wicked break-dancing. For a more laid-back scene, check out the second-floor Cigar Room, which has great views of the rooms below. </div><br><address>5F., No.201, Sec. 4, Jhongsiao E. Rd.<br>Opening Hours:Wednesday  9 pm-4:30 am<Br>Thursday 9 pm-3 am<Br>Friday to Saturday 9 pm-5 am<br>(02)2772-1000<br><a href='http://www.luxy-taipei.com'>Luxy Website</a></address>");
		 pub.AddShape(pub10);

		 pub11 = new VEShape (VEShapeType.Pushpin, pubVar[10] );
		 pub11.SetCustomIcon(pubicon);
		 pub11.SetTitle('LAVA');
		 pub11.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2376/2233763147_c1db33afd1_b.jpg' width='230'><br></div><br><address>B1F., No.22, Songshou Rd.<br>Opening Hours:Wednesday to Sunday  PM10:00~AM4:00<br>(02)2760-3435 <br></address>");
		 pub.AddShape(pub11);

		 pub12 = new VEShape (VEShapeType.Pushpin, pubVar[11] );
		 pub12.SetCustomIcon(pubicon);
		 pub12.SetTitle('PLUSH');
		 pub12.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2312/2233763797_0d595bf425_b.jpg' width='230'><br>On the twelfth floor of the Living Mall, right up against a mass of fuchsia, you will find PLUSH. Designed by previous @Live owner and British space designer Mark Lintott, PLUSH has a three-story-high ceiling and wall-sized windows that offer panoramic views of Taipei.</div><br><address>12F., No.138, Sec. 4, Bade Rd.<br>Opening Hours:9 pm-4 am<br>Thursday to Saturday 11am - 1am  <br>(02)3762-1600 <br><a href='http://www.plush.com.tw/'>PLUSH Website</a></address>");
		 pub.AddShape(pub12);



		 pub13 = new VEShape (VEShapeType.Pushpin, pubVar[12] );
		 pub13.SetCustomIcon(pubicon);
		 pub13.SetTitle('Party Room');
		 pub13.SetDescription("<div 'style=color:Black;'><br></div><br><address>12F., No.138, Sec. 4, Bade Rd.<br>Opening Hours: Wednesday to Saturday PM21:30~AM3:30<br>(02)37621289<br><a href='http://www.partyroom.com.tw'>Party Room Website</a></address>");
		 pub.AddShape(pub13);
		 
		 pub14 = new VEShape (VEShapeType.Pushpin, pubVar[13] );
		 pub14.SetCustomIcon(pubicon);
		 pub14.SetTitle('SOFA Lounge bar');
		 pub14.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2022/2233764281_28a7ca3f0e_b.jpg' width='230'></div><br><address>1F., No.56, Lane 161, Sec. 1, Dunhua S. Rd.<br>Opening Hours:2 pm-3 am<br>(02)37621289<br><a href='http://www.partyroom.com.tw'>Party Room Website</a></address>");
		 pub.AddShape(pub14);

		 pub15 = new VEShape (VEShapeType.Pushpin, pubVar[14] );
		 pub15.SetCustomIcon(pubicon);
		 pub15.SetTitle('9\%');
		 pub15.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2337/2234549492_bfb3e00b21_b.jpg' width='230'><br></div><br><address>B1F., No.222, Sec. 2, Jinshan S. Rd.<br>Opening Hours:9PM~4AM<br>(02)33226162<br><a href='http://www.9club.com.tw/'>9\% Website</a></address>"); 
		 pub.AddShape(pub15);
		 
		 
		 bookstore1= new VEShape (VEShapeType.Pushpin, bookstoreVar[0] );
		 bookstore1.SetTitle('Eslite Bookstore誠品書局<br>English & Chinese Bookstore');
		 bookstore1.SetCustomIcon("<img src='book.png'/>");
		 bookstore1.SetDescription("<div 'style=color: Black;'>Go underground for books in English</div><br><address> B1, No.85<br> Roosevelt Road Sec.4<br>02-2362-6132<br>Opening Hours:10:00－24:00</address>");
		 bookstore.AddShape(bookstore1);
		 
		 venueMain = new VEShape (VEShapeType.Pushpin, venueMainVar[0] );
		 venueMain.SetTitle('Gis Convention Center');
		 venueMain.SetCustomIcon("<img src='venue.png'/>");
		 venueMain.SetDescription("<div><img src='http://graphics.im.ntu.edu.tw/pg2006/venue/building.jpg' width='230'><address> B1, No.85<br> Roosevelt Road Sec.4<br>(02)2363-5868</address></div>");
		 venue.AddShape(venueMain);


		 west1 = new VEShape (VEShapeType.Pushpin, westVar[0]);
		 west1.SetTitle('Bongos');
		 west1.SetDescription("<div style='color:Black;'><img src='http://i184.photobucket.com/albums/x232/ASSC12/4.jpg' width='230'>Chill out with some burgers and beer</div><br><address>No.3, Alley 5, Lane 74, <br>Wunjhou St.<br>(02) 2365-6059<br>Opening Hours:11:30-22:00</address><br><a href='http://www.taipeitimes.com/News/feat/archives/2006/06/09/2003312561'>Taipei Times Introduction</a>");
		 west1.SetCustomIcon(westicon); 		  
		 western.AddShape(west1);
		 		 		 
		 west2 = new VEShape (VEShapeType.Pushpin, westVar[1]);
		 west2.SetTitle('Greek-Go!<br>希臘左巴')
		 west2.SetCustomIcon(westicon); 		  
		 west2.SetDescription("<div style='color:Black;'><img src='http://farm3.static.flickr.com/2353/2234591620_967bdba55d_b.jpg' width='230'>Greek cuisine</div><br><address>No.16, Alley 7, Lane 283, <br>Sec. 3, Roosevelt Rd.<br>(02) 2363 3925<br>Opening Hours:11am to 10:30pm</address><br><a href='http://www.taipeitimes.com/News/feat/archives/2006/09/01/2003325799'>Taipei Times Introduction</a>");
		 western.AddShape(west2);	 
		 
		 west3 = new VEShape (VEShapeType.Pushpin, westVar[2] );
		 west3.SetCustomIcon(westicon);
		 west3.SetTitle('TELAMO');
		 west3.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2140/2233803003_db89579b3c_b.jpg' width='230'><br></div><br><address>No.1, Lane 66, Sec. 2, Roosevelt Rd.<br>Opening Hours:11:30-14:30; 17:30-21:00; Open btw 11:00-22:00 on weekends<br>(02)2392-5200<br></address>");
		 western.AddShape(west3);
		 
		 west4 = new VEShape (VEShapeType.Pushpin, westVar[3] );
		 west4.SetCustomIcon(westicon);
		 west4.SetTitle('Evans Burger');
		 west4.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2398/2233803693_6b679ed100_b.jpg' width='230'><br>Located near the ShiDa district, Evans serves all-day brunch meals. Wednesdays are Evans Burger Day, and for a limited time only (from 11 a.m. to 4 p.m.)<br><img src='http://farm3.static.flickr.com/2192/2233804629_d137b460a2_b.jpg' width='150'><address>27, Lane 13, PuCheng St<br>Opening Hours:11 am-11 pm<br>Fri & Sat 11-2 am  <br>(02)2368-2225<br> Credit cards not accepted. No service charge.</address></div>");
		 western.AddShape(west4);
		 
		 west5 = new VEShape (VEShapeType.Pushpin, westVar[4] );
		 west5.SetCustomIcon(westicon);
		 west5.SetTitle('Peacock');
		 west5.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2379/2234592636_def8ba6728_b.jpg' width='230'><br>traditional Indian knickknack</div><br><address>5 Shida Rd, Lane 93<br>Opening Hours:<br>Monday to Thursday:5pm to 1am;<br>Friday and Saturday:5pm to 2am;<br>Sunday 12pm to 1am  <br>(02)3365-2997<br>Menu in English and Chinese. <br>Credit cards not accepted </address>");
		 western.AddShape(west5);
		 
		 west6 = new VEShape (VEShapeType.Pushpin, westVar[5] );
		 west6.SetCustomIcon(westicon);
		 west6.SetTitle('Vino Vino Cafe Restaurant');
		 west6.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2007/2234591764_3ddaabedf0_b.jpg' width='230'><br>The Spice Cream Seafood Risotto (NT$250) is rich in cheese and seafood but not overwhelming for the appetite. The Italy Seafood Pumpkin Soup (NT$120) features a daring combination of ingredients.</div><br><address>2, Lane 80, ShiDa Rd.<br>Opening Hours:<br>Sun-Thurs 11 pm-3 am, <br>Fri- Sat 10 pm-5 am<br>(02)3365-2997<br> Credit cards not accepted.<br>No service charge</address>");
		 western.AddShape(west6);
		 
		 west7 = new VEShape (VEShapeType.Pushpin, westVar[6] );
		 west7.SetCustomIcon(westicon);
		 west7.SetTitle('Pan-Fried Rack of Lamb & Linguire/Coffee & Tea小羊兒小羊排專賣店');
		 west7.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2068/2234592260_47abf767ee_b.jpg' width='230'><br><br>Opening Hours:<br>Sun-Thurs 11 pm-3 am, <br>Fri- Sat 10 pm-5 am<br>(02)33653133<br></address><br><img src='http://farm3.static.flickr.com/2351/2233804939_b0d01704ca_b.jpg' width='150'></div>");
		 western.AddShape(west7);
		 
		 west8 = new VEShape (VEShapeType.Pushpin, westVar[7] );
		 west8.SetCustomIcon(westicon);
		 west8.SetTitle('Box');
		 west8.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2284/2262334250_9ee3ae7fee_o.png' width='230'><br><br>Opening Hours:<br>Weekdays: 11:30am-2:30pm, 5:30-10pm; Weekend and Holidays: 11:30am-10:30pm<br>(02)3678855<br></address><br><a href src='http://www.boxes.com.tw/'>The Box Website</a></div>");
		 western.AddShape(west8);
		 
		 west9 = new VEShape (VEShapeType.Pushpin, westVar[8] );
		 west9.SetCustomIcon(westicon);
		 west9.SetTitle('C\'est bon Continential Restaurant');
		 west9.SetDescription("<div 'style=color:Black;'><img src='http://farm3.static.flickr.com/2220/2397484159_73ac074366_o_d.jpg' width='230'><br><br>Opening Hours:<br>Weekdays: 11-22<br>(02)83695072<br></address><br><img src='http://farm4.static.flickr.com/3071/2398304360_61dff7b4fa_o_d.jpg' width='100'><img src='http://farm3.static.flickr.com/2030/2398304390_24fa80d758_o_d.jpg' width='100'></div>");
		 western.AddShape(west9);		 
		 
		 west10 = new VEShape (VEShapeType.Pushpin, westVar[9] );
		 west10.SetCustomIcon(westicon);
		 west10.SetTitle('Schwarzwald Cafe');
		 west10.SetDescription("<div 'style=color:Black;'><br>German cuisine <br>Opening Hours:<br>11:00-21:30<address>No.20, <br>Wunjhou St.<br>(02)23693785<br></address><br></div>");
		 western.AddShape(west10);		
		 
		 }
	    function CreatePub()
      {
         pub = new VEShapeLayer();
         map.AddShapeLayer(pub);
      }      
      
	  function DoShowPub(){pub.Show();map.SetMapView(pubVar);}

      function DoHidePub(){pub.Hide();}
	  
	  function CreateChinese()
      {
         chinese = new VEShapeLayer();
         map.AddShapeLayer(chinese);
      }
			      
      function DoShowChinese(){chinese.Show();map.SetMapView(chineseVar);}

      function DoHideChinese(){chinese.Hide();}
	  
	  function CreateBookstore()
      {
         bookstore = new VEShapeLayer();
         map.AddShapeLayer(bookstore);
      }
			      
      function DoShowBookstore(){bookstore.Show();map.SetMapView(bookstoreVar);}

      function DoHideBookstore(){bookstore.Hide();}
	  
	  function CreateCoffee()
      {
         coffee = new VEShapeLayer();
         map.AddShapeLayer(coffee);
      }
			      
      function DoShowCoffee(){coffee.Show();map.SetMapView(coffeeVar);}

      function DoHideCoffee(){coffee.Hide();}
	  
	  function CreateVenue()
      {
         venue = new VEShapeLayer();
         map.AddShapeLayer(venue);
      }
			      
      function DoShowVenue(){venue.Show();}

      function DoHideVenue(){venue.Hide();}
	  
	  
	  function CreateJapan()
      {
         japan= new VEShapeLayer();
         map.AddShapeLayer(japan);
      }
			      
      function DoShowJapan(){japan.Show();map.SetMapView(japanVar);}

      function DoHideJapan(){japan.Hide();}				
	  
	  
	  function CreateWestern()
      {
         western = new VEShapeLayer();
         map.AddShapeLayer(western);
      }
			      
      function DoShowWestern(){western.Show();map.SetMapView(westVar);}

      function DoHideWestern(){western.Hide();}
	  

	  
        function ShowAllLayers()
        {
            map.ShowAllShapeLayers();
        }
		  function CreateLoad()
      {
         Load = new VEShapeLayer();
         map.AddShapeLayer(Load);
      }
	  
	  function DoShowLoad(){Load.Show();map.SetMapView();}
	  
	  function ZoomIn2()
        {
		map.SetCenterAndZoom(new VELatLong(25.013129,121.536534), 16);
		setTimeout("map.ShowInfoBox(venueMain);",1500);
        }

      function DoHideLoad(){Load.Hide();}
