intro=new Image();
intro.src='img/gallery/gallery_20.jpg';                               
picsro=new Array ('img/gallery/gallery_20.jpg','img/gallery/gallery_21.jpg','img/gallery/gallery_22.jpg','img/gallery/gallery_23.jpg', 'img/gallery/gallery_24.jpg','img/gallery/gallery_25.jpg','img/gallery/gallery_26.jpg','img/gallery/gallery_28.jpg','img/gallery/gallery_29.jpg','img/gallery/gallery_30.jpg','img/gallery/gallery_31.jpg') 
hrefsro=new Array('img/gallery/gallery_20.jpg','img/gallery/gallery_21.jpg','img/gallery/gallery_22.jpg','img/gallery/gallery_23.jpg', 'img/gallery/gallery_24.jpg','img/gallery/gallery_25.jpg','img/gallery/gallery_26.jpg','img/gallery/gallery_28.jpg','img/gallery/gallery_29.jpg','img/gallery/gallery_30.jpg','img/gallery/gallery_31.jpg')
speed=2000;                                                   



load=new Array();
for(i=0; i < picsro.length; i++)
 {
 load[i]=new Image();
 load[i].src=picsro[i];
 }
ns=(document.layers);
n6=(document.getElementById&&!document.all);
ie=(document.all);
count=-1;
move=1;
chck=null;
timer=null;
vvv='0';
function Picnum(){
var d=(ns||ie)?'document.':'document.getElementById("';
var a=(ns||n6)?'':'all.';
var n6r=(n6)?'")':'';
var p=eval(d+a+'Nums'+n6r);
if (ie||n6)
p.innerHTML='Picture '+hrefsro[count];
if (ns){
 p.document.write("<div style='position:absolute;top:0px;left:0px;font-family:Verdana;font-size:18px;color:#fffff0;text-align:center'>Picture "+count+"</div>");
 p.document.close();
 }
}
function ManualForwardro(){
 if (chck==1){ 
 count+=move
 if (count >= picsro.length) count=0;
 document.images.slides.src=picsro[count];
 //document.links[0].href=hrefsro[count];
 Picnum();
 }
}
function ManualReversero(){
 if (chck==1){
 count-=move
 if (count < 0) count=picsro.length-1;
 document.images.slides.src=picsro[count];
 //document.links[0].href=hrefsro[count];
 Picnum();
 }
}
function Pause(){
 chck=1;
 count=count;
 clearTimeout(timer)
 Picnum();
}
function Cycle(){
if (chck==1) AutoCycle();
chck=null;
}
