Categories

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

Asus EEE TOP PC Available NOW!

Asus EEE Top PC

After the resounding success of its Eee PC netbook range, the latest of which is represented by the sleek Seashell models, Asus extended the Eee name across a range of products. While the company has netbooks down to a fine art at this stage though, its first attempt [...]

Store Locater

Our Showroom is located here

function makeMap() { var latlng = new google.maps.LatLng(26.234843, 50.593000) var myOptions = { zoom: 14, center: latlng, mapTypeControl: true, mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DROPDOWN_MENU}, navigationControl: true, navigationControlOptions: {style: google.maps.NavigationControlStyle.SMALL}, mapTypeId: google.maps.MapTypeId.TERRAIN }; var map = new google.maps.Map(document.getElementById(‘SGM’), myOptions); var contentString = ‘Equinox Computers .\n416 , Road 1805 , Manama 318 , Bahrain\nFor directions enter your address below’;
var infowindow = new google.maps.InfoWindow({
content: contentString
});

var marker = new google.maps.Marker({
position: latlng,
map: map,
title: ”
});

google.maps.event.addListener(marker, ‘click’, function() {
infowindow.open(map,marker);
});
}
window.onload = makeMap;