function poponclick()
{
testwindow= window.open ("slideshow.html", "mywindow",
    "location=0,status=0,scrollbars=0,width=950,height=800");
testwindow.moveTo(0,0);
}
