﻿function ShowImage(img) 
{
    window.open(img.src, 'newwindow', 'height=800, width=1030, toolbar =yes, menubar=yes, scrollbars=yes, resizable=yes, location=yes, status=yes');
}


function Show30days(img) {
    window.open('MoneyBack.aspx', 'newday', 'height=800, width=800, toolbar =yes, menubar=yes, scrollbars=yes, resizable=yes, location=yes, status=yes');
}

