I saw thisblog entry on bing maps where the author says how there is an China and India API.
The india SDK is in English, but the Chinese one isn't.
The urls for the libraries for both APIs are
India
"http://dev.mapindia.live.com/mapcontrol/mapcontrol.ashx?v=6.2"
China
Short Answer:
Disable the events by entering this line of code before you add VEShapes:
map.AttachEvent("onmouseover", function(e){ if (e.elementID) return true;});
Long Story: