function bWizard(otCode, affCode){
	if(!otCode){
		alert('ERROR!\n\nNo product code specified');
	}else{
		//if(!affCode){
		//	alert('ERROR!\n\nNo affiliate code specified');
		//}else{
			document.write('<img src="http://www.ontracks.co.uk/bwizard/ex.php?p=' + otCode + '" style="cursor:pointer;" onclick="pBasket(\'' + otCode + '\', \'' + affCode + '\');" />');
		//}
	}
}

function pBasket(otCode, affCode){
	window.open ("http://www.ontracks.co.uk/bwizard/miniBasket.php?add=" + otCode + "&a=" + affCode, "otBasketWin","status=0, toolbar=0, location=0, menubar=0, directories=0, resizable=0, height=600, width=600");
}



