﻿
function BindGreyBox(Anchor, TB)
{
   var Textbox = TB.value;
   Anchor.rel = "gb_page_center[800,500]"
   var vv = "PhotoAlbum/PhotoAlbum/SinglePhoto.aspx?path=" + Textbox;
   var url1 = this.location.protocol + '//' + this.location.host + '/' + vv;
   Anchor.onclick = 'window.open(Anchor.href, Anchor.target );return false';
   GB_showCenter("aa", url1 , 400, 600);
}





