// JavaScript Document
function fullpopup(){
var targeturl="flash/galleryrevco.htm"
newwin=window.open("","","type=fullWindow,scrollbars=no,status=no");
  if (document.all){
      newwin.moveTo(0,0)
      newwin.resizeTo(screen.width,screen.height)
  }
newwin.location=targeturl;
}
