<!-- begin
function move_in(img_name,img_src) {
document[img_name].src=img_src;
}
		
function move_out(img_name,img_src) {
document[img_name].src=img_src;
}

function openPopup(urlt,nme,hei,widt)
{
	window.open(urlt, nme,"width="+widt+",height="+hei+",menubar=no,location=no,resizable=no,scrollbars=no,status=no");
}
// End -->
