function getquote(id) {
	 //alert("sunil");
	var action ='';

	if(myArray[id]==null) {
	myArray[id] = id;
	document.getElementById(id);
	action='add';
    
	}
	else
	{
	myArray[id] = null;
	document.getElementById(id);
	action='remove';
    //alert("sunil remove");
	}
   //alert('action='+action +'&id='+id);

	new ajax ('quote.php', {postBody: 'id='+1+'&action='+getquote, update: $('price')});
	
	}
//style="filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;"