function LaunchPharmacySearch()
{
    var screenX = (screen.width/2) - 385;
    var screenY = (screen.height/2) - 275;            
    window.open("http://www.medicareplanrx.com/jccf/arta_pharmacy_09.html","pharmacy_search","width=770,height=550, left=" + screenX + ", top=" + screenY + ", scrollbars=yes");
} 

<!--
var state = 'hidden';

function showhide(layer_ref) {

if (state == 'visible') {
state = 'hidden';
}
else {
state = 'visible';
}
if (document.all) { //IS IE 4 or 5 (or 6 beta)
eval( "document.all." + layer_ref + ".style.visibility = state");
}
if (document.layers) { //IS NETSCAPE 4 or below
document.layers[layer_ref].visibility = state;
}
if (document.getElementById && !document.all) {
traffik_code = document.getElementById(layer_ref);
traffik_code.style.visibility = state;
}
}

 
//-->