/*added by Ying Zhao.*/
/*CallGeneralForm is for scrc ask a question form*/
/*CallVisitForm is for scrc request a visit form*/

function CallGeneralForm() {
thiswindow=document.location
MyWindow=window.open('http://scrc.syr.edu/cgi-bin/scrc/general_query.pl?'+thiswindow,'','toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=600,height=400,left=20,top=20');
return;
}

function CallVisitForm() {
thiswindow=document.location
MyWindow=window.open('http://scrc.syr.edu/cgi-bin/scrc/visit_query.pl?'+thiswindow,'','toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=600,height=400,left=20,top=20');
return;
}



