

function onchange_link(src)
{
   if(src.value!='0')
   {
      window.open(src.value,"_blank");
   }
}

function onclick_url(src)
{
   window.open(src,"_self")
}


function copyright()
{
   document.write('			<table border="0" cellpadding="0" cellspacing="0" width="100%" height="75">');
   document.write('				<tr>');
   document.write('					<td height="22" width="325">　</td>');
   document.write('					<td height="22">　</td>');
   document.write('					<td height="22" width="38">　</td>');
   document.write('				</tr>');
   document.write('				<tr>');
   document.write('					<td width="325" height="26">　</td>');
   document.write('					<td height="26">辽宁省银行业协会版权所有 辽ICP备05010293号 </td>');
   document.write('					<td width="38" height="26">　</td>');
   document.write('				</tr>');
   document.write('				<tr>');
   document.write('					<td width="325" height="27">　</td>');
   document.write('					<td height="27">地址：沈阳市沈河区友好街18号 电话:024-22529999 邮编:110013</td>');
   document.write('					<td width="38" height="27">　</td>');
   document.write('				</tr>');
   document.write('			</table>');	
}

function On_Firstmenu(src,src1)
{
  src.src='../images/b_'+src1+'.jpg'
}
function Out_Firstmenu(src,src1)
{
  src.src='../images/a_'+src1+'.jpg'
}



function jiansuo1()
{
    if(add12.str.value=="")
	{
	   alert("检索字符不能为空")
	}
	else
	{
	   add12.submit()
	}   
}

function tuijianwangzhan(src)
{
   aa=src.value;
   if(aa!="")
   {
      window.open(aa,'_blank')
   }
   else
   {
      alert('请选择一个网站');
   }
}
function qingchu()
{
	myform.reset()
}
function denglu()
{
   if(document.all('loginid').value=="")
   {
      alert("用户名不能为空！");
   }
   else
   {
     myform.submit()
   }
}
