Dare I say google search? the popup you get from a google maps is an inbuilt thing to the api: the below code creates a maker on a map at a place called "point" which is a object related to the current map you are on. "disp" is what you want to display, i.e. some html. i believe that if "disp" contains some valid "div" info, you can change the shape etc of the popup. google some of the below code. basic google maps API operation is pretty simple and there are enough resources with in google to get you going much quicker than a reply on here. plus repeatedly sending out the same email will just annoy people. var marker = new GMarker(point, markerOptions); GEvent.addListener(marker, "mouseover", function() { //click or mouseover marker.openInfoWindowHtml(disp); }); ________________________________ From: vijaya lakshmi <vijayalakshmi6jun@xxxxxxxxx> To: php-objects@xxxxxxxxxxxxxxx; bang-phpug@xxxxxxxxxxxxxxx Sent: Friday, 14 May, 2010 8:28:08 Subject: popup Hi, I need a popup script , tried few like clearbox and ibox, they are just square/rectangular pop up's Can some send me a script for a popup similar to the popup in the link http://aspstarterkit.com/Markers_with_Pop_Ups_Example.html <http://aspstarterkit.com/Markers_with_Pop_Ups_Example.html>you get a popup onclick of the pin image. -- Thanks & Regards Vijayalakshmi [Non-text portions of this message have been removed] [Non-text portions of this message have been removed]