function packageprompt(thisform , typ)
{
	/*
	outMessage =  "Thank you for choosing a " + typ + " and bars package.\n\n"
	outMessage += "Your chosen items will now be added to your shopping basket.\n";
	outMessage += "After that, please wait while you are taken automatically to our roof bars pages.\n";
	outMessage += "Please choose the bars you require for your car and add them to your basket.\n";
	outMessage += "The roof bars pages will show the normal selling price of the bars,\n";
	outMessage += "but when you add them to your basket the total price you pay for the " + typ + " and bars will\n";
	outMessage += "be that shown on this page.\n";
	*/
	
	outMessage =  "Many thanks for choosing a " + typ + " and roof bars package deal.  These provide significant savings on our already discounted prices.\n\n";
	
	outMessage += "Your " + typ + " will now be added to your basket, then we\'ll ask you to select your vehicle.  Once we know your exact model we will display the roof bars available to you and the total price (including locks and adapters) for the various options.  Please pay careful attention to the sub-headings for each roof bar type as some car models will display, for example, roof bars for both \"roof rails\" and roof bars for \"fix points\", and you must choose the correct type for your vehicle.\n\n";
	
	outMessage += "Each brand will usually have steel or aluminium bar options. Steel bars are cheaper, but aluminium bars are lighter, more aerodynamic and you get more bar for your money because you\'ll slide the box or bike carriers into \‘T-track\' channels which run the full length of each bar, allowing you to carry more, or to increase the spacing between the bikes.\n";
	
	alert(outMessage);
	thisform.submit();
	return true;
}
