// JavaScript Document
function OpenGallery(url){
xxx = window.open(url,'Gallery','width=600,height=550,scrollbars=yes,left=300,top=200')
xxx.focus()		
}