function gallery(ct){ // start function gallery
document.forms.g1.page.value = ct;
document.forms.g1.submit();
} // end function gallery


