﻿function printPage( id ) 
{
    void( window.open('Product.aspx?Id=' + id + '&mpage=noborders&tip=0','') );
}

