<!--
var howManySeconds = 5
function pause() {
   myTimer=setTimeout("openBrWindow('http://12.108.1.124/.docs/master/s_show/swf_file/p_main_slide.swf','main_slide_show','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=640,height=480,left=50,top=10')",howManySeconds*1000)
}
function pause2() {
   myTimer=setTimeout("openBrWindow('http://12.108.1.124/.docs/master/s_show/swf_file/p_AofG_slideshow_v2.swf','panorama_slide_show','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=640,height=480,left=50,top=10')",howManySeconds*1000)
}
function pause3() {
   myTimer=setTimeout("openBrWindow('http://12.108.1.124/.docs/master/s_show/swf_file/p_panorama_slide.swf','art_of_god_slide_show','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=640,height=480,left=50,top=10')",howManySeconds*1000)
}
function openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
//-->


