﻿// JavaScript File

function fnOpenHelpWindow()
{
    window.open('Feedback.aspx','helpWindow','left=20,top=20,width=700,height=592,toolbar=0,resizable=0');    
}

