function eventGallery(url){
	windowvalue=url;
	win2=window.open(windowvalue,"","width=660px,height=610px,scrollbars=no,resizable=no,toolbar=no,menubar=no,status=no,location=no,directories=no");
	win2.creator=self;
}
