function ShopAuth(name, url)
{
	/*
	var winx=event.clientX;
	var winy=event.clientY;
	ScreenConvert();
	var AJAX_LoginBody="<div id=\"DialogTitle\" style='background-image: url("+url+");width:455px;Height:385px;'><div class='title_bar'><a href='javascript:DialogHide()'><img src='images/close.gif' ></a></div><div></div></div>";
	DialogShow(AJAX_LoginBody,400,390,100,150);
	
	*/
	document.getElementById("productimg").src=url;
}

function commentAction(theId)
{
	CheckUserLogin("productDetail.php?pid="+theId);
}

