function imgpopup (theURL, TheTYPE) {
	window.open("/showbigimage.php?type=" + TheTYPE +"src="+theURL,
		"Image",
		"toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=200,height=200");
}




function popUpImageCustom (theURL, str_type) {
	window.open("/showbigimage.php?type=" + str_type + "&src="+theURL,
		"ImageGallery",
		"toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=200,height=200");
}

