// -------------   Top y menu yn y sidebar - peidiwch a newid hwn ------- //
document.write('		<div id="sidebar">');
document.write('			<div id="sidebartop"></div>');
document.write('				<h4>Pwnc</h4>');
document.write('				<p>');
document.write('					<a class="sidelink_c" href="art_c.html">Celf</a>');
document.write('					<a class="sidelink_c" href="lang_c.html">Iaith</a>');
document.write('					<a class="sidelink_c" href="hist_c.html">Hanes/Gwleidyddiaeth</a>');
document.write('					<a class="sidelink_c" href="geog_c.html">Daearyddiaeth/Gwyddoniaeth</a>');
document.write('					<a class="sidelink_c" href="cyfr_c.html">Cyfryngau/Busnes</a>');
document.write('					<a class="sidelink_c" href="cerdd_c.html">Cerddoriaeth/Drama</a>');
document.write('				</p>');
document.write('');
document.write('				<h4>Dewis Lleoliad</h4>');
document.write('				<p>');
document.write('					');	

// ------------- Mae'r 'Slinky' pop-up menu yn dechrau isod: ----------//

// -------------   Menu Item (Multi) ---------------------- //
document.write('					<span class="slinky">');
document.write('						');
document.write('						<a class="sidelink_c" href="#">Cymru</a>'); 				// Enw'r lleoliad
document.write('						<span>');
document.write('							<a class="p1"></a>');
document.write('							<span>');
document.write('								<a href="card_c.html">Caerdydd</a><br>'); 			// Opsiwn 1
document.write('								<a href="nwales_c.html">Gogledd Cymru</a><br>');	// Opsiwn 2 
document.write('								<img class="p3" src="/images/p3.png">');
document.write('							</span>		');
document.write('						</span>');
document.write('						');
document.write('					</span>');

// -------------   Menu Item  (single) ---------------------- //
document.write('					<a class="sidelink_c" href="/lond_c.html">Llundain</a>');

// -------------   Menu Item (Multi) ---------------------- //
document.write('					<span class="slinky">');
document.write('					<a class="sidelink_c" href="#">Ffrainc</a>');
document.write('						<span>');
document.write('							<a class="p1"></a>');
document.write('							<span>');
document.write('								<a href="paris_c.html">Paris</a><br>');
document.write('								<a href="Normandi_c.html">Normandi</a><br>');
document.write('								<a href="boul_c.html">Boulogne</a><br>');
document.write('							<img class="p3" src="/images/p3.png">');
document.write('							</span>		');
document.write('						</span>');
document.write('					</span>');

// -------------   Menu Item (Single) ---------------------- //
document.write('					<a class="sidelink_c" href="/barc_c.html">Barcelona</a>');

// -------------   Menu Item (Multi)---------------------- //
document.write('					<span class="slinky">');
document.write('					<a class="sidelink_c">Yr Almaen</a>'); 
document.write('						<span>');
document.write('							<a class="p1"></a>');
document.write('							<span>');
document.write('								<a href="berlin_c.html">Berlin</a><br>'); 
document.write('								<a href="rhine_c.html">Y Rheindir</a><br>');
document.write('								<a href="xmas_c.html">Marchnadoedd<br>Nadolig</a><br>');
document.write('							<img class="p3" src="/images/p3.png">');
document.write('							</span>		');
document.write('						</span>');
document.write('					</span>');

// -------------   Menu Item (Single) ---------------------- //
document.write('					<a class="sidelink_c" href="/venice_c.html">Fenis</a>');

// -------------   Menu Item (Single) ---------------------- //
document.write('					<a class="sidelink_c" href="/battle_c.html">Meysydd y Gad</a>');

// --------------------------------------------------------------------------- //
// -------------   Diwedd y Menu - peidiwch a newid hwn ---------------------- //
document.write('				</p>');
document.write('			<div id="sidebarbottom"></div>');
document.write('		</div>');


