top: 0;
left: 0;
right: 0;
padding: 10px;

color: #333;
background-color: transparent;
font: normal normal bold 16px/normal Helvetica, Arial, sans-serif;
text-align: center;
opacity: 0.8;
display: none;
}

</style>
</head>
<body>

<?php 
// Load World Map in small (600 pixels wide) mode with Europe pre-selected.  Images in images/ directory.
require "world_map.php";
print world_map('1', '1', 'images');
// Example 'Save Map' button using save_map() JavaScript function (code above).
print <<<END
<br><br>
<input type="button" name="save_map" value="Back" onclick="index2.html">
END;
?>


</body>
</html>
			<?php 
// Load World Map in small (600 pixels wide) mode with Europe pre-selected.  Images in images/ directory.
require "world_map.php";
print world_map('europe', '1', 'images');
print <<<END
\t\t\t<br><br>
\t\t\t<p> fefifnaeklnfaffnee ef aj feges gjse fj aaejss jaee3jfje f e fja ef eej a feje j a ejf ajke aj efje j aejf eaej fjeaafeafja ejfe f eg rjn yn bsjvjs bjr </p>
END;
?>
				<br />
			</div>
			
			<div id="worldEurCan">
			<br />
			<?php 
// Load World Map in small (600 pixels wide) mode with Europe pre-selected.  Images in images/ directory.
require "world_map.php";
print world_map('canada, europe', '1', 'images');
print <<<END
\t\t\t<br><br>
\t\t\t<p> fefifnaeklnfaffnee ef aj feges gjse fj aaejss jaee3jfje f e fja ef eej a feje j a ejf ajke aj efje j aejf eaej fjeaafeafja ejfe f eg rjn yn bsjvjs bjr </p>
END;
?>
				<br />
			</div>			
			
			
		</div>
	</body>            
</html>