function mycheckout($id)
{
	$basketproto="http://";
	$basketserver="www.tradebit.com";
	$basketurl="/indexNew.php?task=googleCheckoutWithOneItem&plugin=paymentarea&id="+$id;
	window.location.href=$basketproto+$basketserver+$basketurl;
}