
if (document.layers){
	alert('You are attempting to view this page with Netscape Navigator version 4.\n The style (visual) features of this site are not compatible with that browser, and the site will not appear as intended.\n Please use a news browser');
}

if ((!document.layers)&&(!document.getElementById)&&(!document.all)){
	alert('You are using a very old browser, or a non-standard browser. This site may not work or appear as intended.');
}

  var main_image;

  function openWin(img){
   	 main_image = img;
     img_win = window.open('image_pop.html','image_window','resizable=no,width=250,height=100');
	 img_win.focus();

	 img_win.document.current_image = img;


  }
	
function openVidWin(page){
	vid_win = window.open(page,'vidwin','top=100,left=100,width=320,height=300,resizable=yes');
	vid_win.focus();
}

function openVidWin2(page){
	vid_win = window.open(page,'vidwin','top=100,left=100,width=320,height=280,resizable=yes');
	vid_win.focus();
}
function openVidWin3(page){
	vid_win = window.open(page,'vidwin','top=100,left=100,width=550,height=375,resizable=yes');
	vid_win.focus();
}
