// JavaScript Document

function setEnlargeSizes() {
	
	$("#enlargeSizeDiv").data("photo1", { left: 16, top: 20, width: 20, height: 20 });
	$("#enlargeSizeDiv").data("photo2", { left:"900px", top:"0px", width:"700px", height:"600px" });
	$("#enlargeSizeDiv").data("photo3", { left:"900px", top:"0px", width:"480px", height:"600px" });
	$("#enlargeSizeDiv").data("photo4", { left:"900px", top:"0px", width:"700px", height:"480px", });
	$("#enlargeSizeDiv").data("photo5", { left:"900px", top:"0px", width:"410px", height:"600px", });
	$("#enlargeSizeDiv").data("photo6", { left:"900px", top:"200px", width:"700px", height:"480px", });
	$("#enlargeSizeDiv").data("photo7", { left:"900px", top:"200px", width:"700px", height:"480px", });
	$("#enlargeSizeDiv").data("photo8", { left:"900px", top:"200px", width:"410px", height:"530px", });
	$("#enlargeSizeDiv").data("photo9", { left:"0px", top:"480px", width:"900px", height:"450px", });
	$("#enlargeSizeDiv").data("photo10", { left:"0px", top:"480px", width:"650px", height:"450px", });
	$("#enlargeSizeDiv").data("photo11", { left:"0px", top:"620px", width:"500px", height:"630px", });
	$("#enlargeSizeDiv").data("photo12", { left:"0px", top:"480px", width:"500px", height:"500px", });
	$("#enlargeSizeDiv").data("photo13", { left:"0px", top:"730px", width:"500px", height:"430px", });
	$("#enlargeSizeDiv").data("photo14", { left:"245px", top:"680px", width:"470px", height:"250px", });
	$("#enlargeSizeDiv").data("photo15", { left:"245px", top:"480px", width:"655px", height:"450px", });
	$("#enlargeSizeDiv").data("photo16", { left:"0px", top:"480px", width:"500px", height:"770px", });
	$("#enlargeSizeDiv").data("photo17", { left:"400px", top:"480px", width:"500px", height:"680px", });
	$("#enlargeSizeDiv").data("photo18", { left:"310px", top:"480px", width:"590px", height:"450px", });
	$("#enlargeSizeDiv").data("photo19", { left:"500px", top:"480px", width:"705px", height:"450px" });
	$("#enlargeSizeDiv").data("photo20", { left:"247px", top:"680px", width:"653px", height:"480px" });
	$("#enlargeSizeDiv").data("photo21", { left:"500px", top:"480px", width:"505px", height:"680px" });
	$("#enlargeSizeDiv").data("photo22", { left:"500px", top:"480px", width:"505px", height:"680px" });
	$("#enlargeSizeDiv").data("photo23", { left:"900px", top:"170px", width:"700px", height:"560px", });
	$("#enlargeSizeDiv").data("photo24", { left:"900px", top:"0px", width:"700px", height:"730px" });
	$("#enlargeSizeDiv").data("photo25", { left:"900px", top:"600px", width:"700px", height:"900px" });
	$("#enlargeSizeDiv").data("photo26", { left:"900px", top:"600px", width:"700px", height:"330px", });
	$("#enlargeSizeDiv").data("photo27", { left:"650px", top:"480px", width:"950px", height:"450px" });
	$("#enlargeSizeDiv").data("photo28", { left:"1005px", top:"480px", width:"595px", height:"770px" });
	$("#enlargeSizeDiv").data("photo29", { left:"1095px", top:"200px", width:"505px", height:"730px" });
	$("#enlargeSizeDiv").data("photo30", { left:"0px", top:"730px", width:"900px", height:"430px" });
	$("#enlargeSizeDiv").data("photo31", { left:"0px", top:"1160px", width:"715px", height:"340px" });
	$("#enlargeSizeDiv").data("photo32", { left:"0px", top:"820px", width:"500px", height:"680px" });
	$("#enlargeSizeDiv").data("photo33", { left:"0px", top:"1160px", width:"500px", height:"340px" });
	$("#enlargeSizeDiv").data("photo34", { left:"140px", top:"930px", width:"360px", height:"570px" });
	$("#enlargeSizeDiv").data("photo35", { left:"310px", top:"1160px", width:"695px", height:"340px" });
	$("#enlargeSizeDiv").data("photo36", { left:"0px", top:"820px", width:"500px", height:"675px" });
	$("#enlargeSizeDiv").data("photo37", { left:"500px", top:"930px", width:"505px", height:"320px" });
	$("#enlargeSizeDiv").data("photo38", { left:"500px", top:"630px", width:"400px", height:"530px" });
	$("#enlargeSizeDiv").data("photo39", { left:"245px", top:"820px", width:"470px", height:"340px" });
	$("#enlargeSizeDiv").data("photo40", { left:"135px", top:"480px", width:"870px", height:"680px" });
	$("#enlargeSizeDiv").data("photo41", { left:"500px", top:"730px", width:"1100px", height:"770px" });
	$("#enlargeSizeDiv").data("photo42", { left:"500px", top:"480px", width:"1100px", height:"870px" });
	$("#enlargeSizeDiv").data("photo43", { left:"900px", top:"680px", width:"700px", height:"480px" });
	$("#enlargeSizeDiv").data("photo44", { left:"1005px", top:"730px", width:"595px", height:"620px" });
	$("#enlargeSizeDiv").data("photo45", { left:"1005px", top:"930px", width:"430px", height:"570px" });
	$("#enlargeSizeDiv").data("photo46", { left:"500px", top:"930px", width:"905px", height:"570px" });
	$("#enlargeSizeDiv").data("photo47", { left:"1005px", top:"1050px", width:"595px", height:"450px" });
	$("#enlargeSizeDiv").data("photo48", { left:"900px", top:"930px", width:"700px", height:"570px" });
	$("#enlargeSizeDiv").data("photo49", { left:"0px", top:"620px", width:"500px", height:"310px" });
	$("#enlargeSizeDiv").data("photo50", { left:"0px", top:"1160px", width:"500px", height:"340px" });


//	alert($("#enlargeSizeDiv").data("photo1").left);

	
}
