function showItemLarge(image_url){
//	document.getElementById("item_large_photo").style.backgroundImage="url("+image_url+")";
	document.getElementById("item_default_photo").src=image_url;
}

function AddWish(i_id){
	window.location.href="wish_list_do.php?i_id="+i_id;
}
function AddEq(i_id){
	window.location.href="eq_list_do.php?i_id="+i_id;
}
// for comment function use	
function SelText2()
{
	if (document.comment_add.comments.value == "Add your review here. Reviews are made public, therefore please do not include personal information such as email or phone number.")
	{
	document.comment_add.comments.value = "";
	}
	document.comment_add.comments.style.color = "#000000";
	
}