﻿// JScript File
function fnSearch()
{
    top.window.location.href = "Search.aspx?searchText=" + document.form1.Top1_txtSearch.value;
    return false;
}

function fnShowImage(img)
{
    window.open("preview.aspx?src=" + img, "era", "top="+((screen.height-600)/2)+",left="+((screen.width-600)/2)+",menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=1,width=400,height=400");
}
