function Clickheretoprint()
{
    var s = 'user/printpage.htm';
    s = '/' + s + '';
    window.open(s, "", "Width=700,height=600,ScrollBars=1, resizable =0");
}
