	function openNewWin(o,x,y)
	{
		var top=(screen.height-y)/2;
	    var left=(screen.width-x)/2;
		window.open(o,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0,top="+top+",left="+left+",width="+x+",height="+y+"");
	};
	
	function changequant(q,z)
	{
		var q=q;
		var z=z;
		window.open("changequantityincaddie.php?id="+z+"&newvalue="+q+"","new","toolbar=no,location=no,resizable=yes,status=no,scrollbars=no,menubar=no,width=50,height=50,dependent=yes");
	};
	
    function superclose()
	{
		window.close(); 
		opener.location.reload();

	}