<?
function lmbd_extendedMapView($ID,$gresult,$bzm,$gtabid,$class,$style,$pos,$edittype,$z_index) {
if($style){$style = "STYLE=\"".$pos.$style."\"";}
if(!$class){$class = "CLASS=\"gtabchange\"";}
$url = str_replace("http://","",$gresult[$gtabid][12][0]);
if($url){
echo "<iframe $style $class src=\"http://$url\"></iframe>";
}
}
?>