// JScript source code
function _isr_load(isr_)
{
	var isr_a=isr_.options[isr_.selectedIndex].value;
	if(isr_.selectedIndex>0)
	{
		location.href= "http://www.karimi.ir/BK/Books.asp?bk=" + isr_a
	}
	return false;
};
