// JavaScript Document
function AddToCart(Item,Qty,Price)
{
	open("viewcart.aspx?item=" + Item + "&Qty=" + Qty + "&Price=" + Price, "_self","")
}
//function openwin()
//{
//		open("conference/popup-07.htm","_blank","toolbar=no,menubar=no,width=425,height=253");
//}
