<!-- Begin
function showTandC() 
{
	window.open("tandc.aspx", "", "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=400");
}
function showPrivacy() 
{
	window.open("privacy.aspx", "", "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=400");
}
// End -->
