function tellafriend() { //v2.0
	window.open(base_url+'/tellafriend/index/','tellafriend','status=yes,scrollbars=yes,resizable=yes,width=500,height=300');
}
function showMemberImage(theURL) { //v2.0
	window.open(base_url+'/userfiles/member/'+theURL,'largeimage','status=yes,scrollbars=yes,resizable=yes,width=500,height=500');
}
function showGalleryImage(theURL) { //v2.0
	window.open(base_url+'/gallery/detail/'+theURL,'largeimage','status=yes,scrollbars=yes,resizable=yes,width=500,height=500');
}
function reportAbuse(theURL) { //v2.0
	window.open(base_url+'/report/index/'+theURL,'report','status=yes,scrollbars=yes,resizable=yes,width=400,height=270');
}
function kiss(theURL) { //v2.0
	window.open(base_url+'/kiss/send/'+theURL,'report','status=yes,scrollbars=yes,resizable=yes,width=400,height=150');
}