function OpenMapClare(psUrl) {

	window.open(psUrl, 'vc', 'width=578, height=420, resizable=no, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, copyhistory=no, screenX=' + ((screen.width - 578) / 2) +',screenY=' + ((screen.height - 420) / 2) +',top=' + ((screen.height - 420) / 2) +',left=' + ((screen.width - 578) / 2) +'');

}