function showmap(){
	if( $( '#tv').html() == '' ){
		$( '#tv' ).html( '<img src="img/map.png">' );
	} else {
		$( '#tv' ).html( '' );
	}
}

