function LargeView(key)
{
    window.open("largeview.aspx?K=" + key, key, "height=575,width=766,menubar=0,status=0,location=0;scrollbars=1,resize=1,screenX=0,screenY=0");
}
