*********************************************************/
// 7 variables to control behavior
var Book_Image_Width=400;
var Book_Image_Height=400;
var Book_Border=true;
var Book_Border_Color="#ff0000";
var Book_Speed=15;
var Book_NextPage_Delay=1500; //1 second=1000
var Book_Vertical_Turn=0;
// array to specify images and optional links. At least 4
// If Link is not needed keep it ""
Book_Image_Sources=new Array(
"http://img300.imageshack.us/img300/1416/msg10nh.jpg","",
"http://img66.imageshack.us/img66/7726/msg28rx.jpg","",
"http://img66.imageshack.us/img66/2601/msg39qm.jpg","",
"http://img52.imageshack.us/img52/9480/msg46js.jpg","",
"http://img109.imageshack.us/img109/4368/msg59vf.jpg","",
"http://img529.imageshack.us/img529/9264/msg65jc.jpg","",
"http://img529.imageshack.us/img529/1292/sesame17lh.jpg","",
"http://img133.imageshack.us/img133/7753/sesame37zf.jpg","",
"http://img82.imageshack.us/img82/3261/sesame44ue.jpg","",
"http://img82.imageshack.us/img82/1449/sesame59oy.jpg","",
"http://img82.imageshack.us/img82/8638/sesame62ow.jpg","",
"http://img68.imageshack.us/img68/9610/sesame79vm.jpg","",
"http://img68.imageshack.us/img68/2819/sesame81md.jpg","",
"http://img68.imageshack.us/img68/9880/sesame91me.jpg","",
"http://img68.imageshack.us/img68/2909/sesame108oi.jpg","",
"http://img296.imageshack.us/img296/6111/sesame113lj.jpg","",
"http://img104.imageshack.us/img104/4417/sesame124yc.jpg","",
"http://img296.imageshack.us/img296/558/sesame138ta.jpg","",
"http://img104.imageshack.us/img104/302/sesame142bj.jpg","",
"http://img296.imageshack.us/img296/4545/sesame154hq.jpg","",
"http://img104.imageshack.us/img104/7194/sesame160oo.jpg","",
"http://img104.imageshack.us/img104/6013/sesame176rq.jpg","",
"http://img104.imageshack.us/img104/3767/sesame180li.jpg","",
"http://img296.imageshack.us/img296/9923/sesame196rm.jpg","",
"http://img104.imageshack.us/img104/695/sesame209om.jpg","",
"http://img104.imageshack.us/img104/3585/sesame217id.jpg","",
"http://img296.imageshack.us/img296/7726/sesame234nk.jpg","",
"http://img296.imageshack.us/img296/5263/sesame243fo.jpg","",
"http://img296.imageshack.us/img296/1959/sesame250qy.jpg","",
"http://img104.imageshack.us/img104/2831/sesame258sf.jpg","",
"http://img296.imageshack.us/img296/3995/sesame262wv.jpg","",
"http://img104.imageshack.us/img104/7997/sesame274lu.jpg","",
"http://img104.imageshack.us/img104/3769/sesame283mp.jpg","",
"http://img104.imageshack.us/img104/3074/sesame292md.jpg",""
// NOTE No comma after last line
);
/***************** DO NOT EDIT BELOW **********************************/
var B_LI,B_MI,B_RI,B_TI,B_Angle=0,B_CrImg=6,B_MaxW,B_Direction=1;
var B_MSz,B_Stppd=false;B_Pre_Img=new Array(Book_Image_Sources.length);
function ImageBook(){
if(document.getElementById){
for(i=0;i=Math.PI/2&&B_Direction){
B_Direction=0;
if(B_CrImg==Book_Image_Sources.length)B_CrImg=0;
B_MI.src=B_Pre_Img[B_CrImg].src;
B_MI.lnk=Book_Image_Sources[B_CrImg+1];
B_CrImg+=2}
if(B_Angle>=Math.PI){
B_Direction=1;
B_TI=B_LI;
B_LI=B_MI;
B_MI=B_TI;
if(Book_Vertical_Turn)B_MI.style.top=0+"px";
else B_MI.style.left=Book_Image_Width+1+"px";
B_MI.src=B_RI.src;
B_MI.lnk=B_RI.lnk;
setTimeout("Book_Next_Delay()",Book_NextPage_Delay)}
else setTimeout("BookImages()",50)}
else setTimeout("BookImages()",50)}
function Book_Next_Delay(){
if(B_CrImg==Book_Image_Sources.length)B_CrImg=0;
B_RI.src=B_Pre_Img[B_CrImg].src;
B_RI.lnk=Book_Image_Sources[B_CrImg+1];
B_MI.style.zIndex=2;
B_LI.style.zIndex=1;
B_Angle=0;
B_CrImg+=2;
setTimeout("BookImages()",50)}
function B_LdLnk(){if(this.lnk)window.location.href=this.lnk}
function B_Stp(){B_Stppd=true;this.style.cursor=this.lnk?"pointer":"default"}
function B_Rstrt(){B_Stppd=false}