function funcAddMsn(aVal)
{
	window.open('/Msn/addmsn.aspx?SupplierID=' + aVal);
}



function funcAddToBasketP_subsite(aVal)
{
	var doc = document.getElementById("subsite_frame").contentWindow.document;

	doc.location = "/FunctionII/Product_AddToBasket.aspx?alert=1&idList=" + aVal;
}



function funcAddToBasketS_subsite(aVal)
{
	var doc = document.getElementById("subsite_frame").contentWindow.document;

	doc.location = "/FunctionII/Supplier_AddToBasket.aspx?alert=1&idList=" + aVal;
}
