function buy(id,type){
	document.location.href="/index.php?p="+type+"&pkg="+id;
}