contact_on = new Image( 100, 24 );
contact_on.src = "img/contact_on.png";
contact_off = new Image( 100, 24 );
contact_off.src = "img/contact_off.png";

function _showSite ( name ) {
	url = "http://" + name;
	window.open ( url, 'name' );
}
