function gallery(gallPage) { 
newWindow = window.open(gallPage,"gallery","status=no,width=400,height=490,top=5px,left=5px,scrollbars=yes,resizable=no,toolbar=no,menubar=no");
}

