function votar() { 
goSlidey = window.open('votar.html',"SlideShow",'width=315,height=170 ,scrollbars=no,toolbars=no,resizable=0,menubars=no,location=no');
}

function vertical() { 
goSlidey = window.open('vertical.html',"SlideShow",'width=300,height=450 ,scrollbars=no,toolbars=no,resizable=0,menubars=no,location=no');
}

function horizontal() { 
goSlidey = window.open('horizontal.html',"SlideShow",'width=400,height=300 ,scrollbars=no,toolbars=no,resizable=0,menubars=no,location=no');
}