// JavaScript Document
var table = new Array();
var cornerImage = new Array();



function AddCornerPool(image)
{
	var arrayVal = "<td><img src='"+image+"' width='150' height='86'></td>";
	cornerImage[cornerImage.length] = arrayVal;
}
/********** Don't touch the lines below. ************/

/********* Add image name with path in the following function with a new line. 
It means add a line below the lines and change the image name with correct 
path in the function. This path must be the absolute path of the image.
Means http://www.iponicsjapan.com/liverpool/sample/html2/images/ *****************/

AddCornerPool("http://www.iponicsjapan.com/liverpool/sample/html/images/top_menu_left.jpg");
AddCornerPool("http://www.iponicsjapan.com/liverpool/sample/html/images/top_menu_left-2.jpg");
AddCornerPool("http://www.iponicsjapan.com/liverpool/sample/html/images/top_menu_left-3.jpg");
AddCornerPool("http://www.iponicsjapan.com/liverpool/sample/html/images/top_menu_left-4.jpg");
AddCornerPool("http://www.iponicsjapan.com/liverpool/sample/html/images/top_menu_left-5.jpg");
AddCornerPool("http://www.iponicsjapan.com/liverpool/sample/html/images/top_menu_left-6.jpg");
AddCornerPool("http://www.iponicsjapan.com/liverpool/sample/html/images/top_menu_left-7.jpg");
AddCornerPool("http://www.iponicsjapan.com/liverpool/sample/html/images/top_menu_left-8.jpg");
AddCornerPool("http://www.iponicsjapan.com/liverpool/sample/html/images/top_menu_left-9.jpg");



function AddPool(image, rollOverImage, text, url, className, maxTextHeight)
{
	var No = 100+table.length;
	var ImageName = "Image"+No;
	var arrayVal = "<table width='1%' border='0' cellpadding='0' cellspacing='0' onMouseOver=MM_swapImage('"+ImageName+"','','"+rollOverImage+"',1) onMouseOut=MM_swapImgRestore()><tr><td><a href='"+url+"'><img src='"+image+"' name='"+ImageName+"' width='150' height='186' border='0'></a></td></tr><tr><td><table width='100%'  border='0' cellspacing='0' cellpadding='0'><tr><td width='1' bgcolor='#FFFFFF' background='http://www.iponicsjapan.com/liverpool/sample/html/images/roll_arrow_left.jpg'></td><td width='149'><table width='100%'  border='0' cellspacing='0' cellpadding='8'><tr><td height='"+maxTextHeight+"' valign='top' class='"+className+"'>"+text+"</td></tr></table></td></tr><tr><td colspan='2'><div align='right'><a href='"+url+"'><img src='images/roll_arrow_trans.gif' width='150' height='39' border='0'></a></div></td></tr></table></td></tr></table>";
	table[table.length] = arrayVal;
	
	MM_preloadImages(rollOverImage);
}

/********* Add image name with path in the following function with a new line. 
It means add a line below the lines and change the image name with correct path, 
the associated text and the url of the link in the function. 
The function will have the following arguments.

function AddPool(image, rollOverImage, text, url, className, maxTextHeight);
here 
image = The image that loads when the page is loaded and when the mouse is out from the image.
rollOverImage = The image that comes when the mouse is on or over the box.
text = This is the text.
Url = this is the url of the link.
className = this is the class name of the style sheet for the text.
maxTextHeight = It is the maximum height of the longest text in pixel. Just use number valu.
*****************/

AddPool("http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_1a.jpg", "http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_1b.jpg", "リバプールは長い間、世界のポップミュージック文化形成の先駆者的な役割を果たしてきました", "section-music.html", "text2", 120);
AddPool("http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_2a.jpg", "http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_2b.jpg", "首都ロンドン以外では国内で最も多くの博物館とアートギャラリーが集中しているところです。", "section-culture.html", "text2", 120);
AddPool("http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_3a.jpg", "http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_3b.jpg", "リバプールは情熱的な場所 ・そしてマージーサイドのスポーツにかける思いはどこよりも熱いのです", "section-sport.html", "text2", 120);
AddPool("http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_4a.jpg", "http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_4b.jpg", "自然散策", "section-nature.html", "text2", 120);
AddPool("http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_5a.jpg", "http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_5b.jpg", "市内には音楽に関する観光名所が至るところにあります。そのため多くの人は夜のリバプールにとても期待をよせます", "section-entertainment.html", "text2", 120);
AddPool("http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_6a.jpg", "http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_6b.jpg", "マージーの港とその周辺は、港町リバプールの発展と歴史をたどることができる興味ぶかい地域です", "section-maritime.html", "text2", 120);
AddPool("http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_7a.jpg", "http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_7b.jpg", "旅行される方のどなたにも喜んでいただける宿泊施設がたくさんあります", "section-accommodation.html", "text2", 120);
AddPool("http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_8a.jpg", "http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_8b.jpg", "ライブミュージックの聴けるお店、クラブ、レストラン、カフェ、伝統的なパブリックハウスやおしゃれなカフェバー", "section-eatingout.html", "text2", 120);
AddPool("http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_9a.jpg", "http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_9b.jpg", "ガイドつきのツアーは市内を見てまわるのに格好の手段です。ガイドが様々な見どころや観光名所にお連れします", "section-guidedtours.html", "text2", 120);
AddPool("http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_10a.jpg", "http://www.iponicsjapan.com/liverpool/sample/html/images/roll_image_10b.jpg", "心ゆくまでショッピングしてみませんか。息抜き、気晴らしのためのショッピング", "section-shopping.html", "text2", 120);



/********** Don't touch the lines below. ************/
var PoolNo = table.length-1;

var cornerImgPoolNo = cornerImage.length-1;