

function m(ar){
	myla="c"+ar.id.substring(1);
	sml=eval('document.getElementById("'+myla+'")');
	sml.style.left=(document.getElementById("blil").offsetLeft-100)+'px';
	sml.style.visibility="visible";
}

function q(ar){
	myla="c"+ar.id.substring(1);
	sml=eval('document.getElementById("'+myla+'")');
	sml.style.visibility="hidden";
}

function popitup(url) {
	newwindow=window.open(url,'name','height=400,width=475,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
	return false;
}

