// JavaScript Document
/*
functon popup(){
	window.open('gallery.htm','jj','scrollbars=no,width=860px,height=416px,left=10,top=10');
}
*/

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}