
function wind(str) {

        searchWin = window.open(str,'wind','scrollbars=yes,resizable=yes,width=600,height=600,left=300,	top=650,status=no,location=no,toolbar=no');

//        searchWin.refer = self;

}
//  End -->

