// JavaScript Document
function sm1()
{
document.bigpic.src="image/1b.jpg"
}
function sm2()
{
document.bigpic.src="image/2b.jpg"
}
function sm3()
{document.bigpic.src="image/3b.jpg"

}

function limit(smallpic)
{ 
if(smallpic.width>420) smallpic.width=420; 
 else 
 	if(smallpic.height>400) smallpic.height=400;
if(smallpic.height>400) smallpic.height=400;
}
