function preview(countrycode)
{
    window.open (countrycode + "/support/returns/PrintFriendly.aspx?RA=1&RE=0","Printer_Friendly","menubar=1,scrollbars=1,resizable=1,width=650,height=500");	    
}

function preview2(url_pre)
{
    window.open (url_pre + "/PrintFriendly.aspx?RA=1&RE=0","Printer_Friendly","menubar=1,scrollbars=1,resizable=1,width=650,height=500");	    
}

function productHelp(countrycode)
{
    window.open (countrycode + "/support/returns/productHelp.aspx","Product_Help","menubar=1,resizable=1,width=450,height=400");	    
}