function showHand(obj) {
    if (obj.style!=null)
	obj.style.cursor='hand';
    return true;
}

function csel() {
window.open("../../main.html","_blank","fullscreen=1,titlebar=no,status=no,toolbar=no,menubar=no,location=no,scrollbars=no");
}
