// JavaScript Document
function openimg(img)
{
	window.open('/showimg.php?img='+img,'showFullImage','width=800,height=600,left=0,top=0,scrollbars=yes,resizable=yes');
}
function postcomment(rtype,rid)
{
	window.open('/reviews/postcomment.php?rtype='+rtype+'&rid='+rid,'PostComment','width=535,height=140,top=100,left=60,scrollbars=no,resizable=no');
}

function postrating(rtype,rid)
{
	window.open('/reviews/postrating.php?rtype='+rtype+'&rid='+rid,'PostRating','width=535,height=140,top=100,left=60,scrollbars=no,resizable=no');
}