function change(o,i){
  o.src = i;
}

function open_win(url,width,height){
	window.open(url,'','width='+width+',height='+height+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
}

function Msg(index){
	return true;
}


