function viewImage(id) {
	window.open(document.getElementById('img'+id).src,'Cobalisk Image','width='+window.screen.width+',height='+window.screen.height);
}
function doRating(id) {
	document.getElementById('rform'+id).action = location.href;
	document.getElementById('rform'+id).submit();
}