function viewDetail(id){
	window.open('itemDetail.asp?Id='+id,'detail','width=530,height=750');
}




