
function getCities(catid){

	update_data_ajax ("getsubcategories", "subCategory", catid); 
	
	}
	
function addToMyOz(pid, dd){

if (dd == "undefined" || dd == "" )
{
updateDiv = "addToMyOzDiv";
}
else
{
updateDiv = dd;
}


	update_data_ajax ("addaproduct", updateDiv, pid); 
	
	}
	
function updateCartSmall(){

	update_data_ajax ("updatecartsmall", "MyCart", ""); 
	
	}
	
function setPopImage(img){
		
		$("popLargeImage").src = img; 
		
}
