<!-- Begin POP-UP SIZES AND OPTIONS CODE


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		//  SHOW A SIDEBAR IMAGE
var showscroller	= "yes"		//  SHOW A SIDEBAR IMAGE

var bordercolor		= "666666"	// SCROLLER AND IMAGE BORDER COLOR



// EDIT THE "scroll.variables0.js" FOR SCROLLER OPTIONS




// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="sidebartitle">')
document.write(' &nbsp; Croeso - Bienvenue<br>')
document.write('<a href="http://www.gwynedd.biz/1/chat/cym.htm"><img src="http://www.gwynedd.biz/1/picts/wales.png" width="36" height="36" border="0"></a><a href="http://www.gwynedd.biz/1/chat/fra.htm"><img src="http://www.gwynedd.biz/1/picts/france.png" width="36" height="36" border="0"></a><a href="http://www.gwynedd.biz/1/chat/deu.htm"><img src="http://www.gwynedd.biz/1/picts/germany.png" width="36" height="36" border="0"></a><a href="http://www.gwynedd.biz/1/chat/eng.htm"><img src="http://www.gwynedd.biz/1/picts/england.png" width="36" height="36" border="0"></a><br>')
document.write('Willkommen-Welcome')
document.write('</span><br><br>')
document.write('</span><span class="sidebartext">')

}
// END SIDEBAR AREA PARAGRAPH 1





// SCROLLER CODE
   if (showscroller == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
document.write('<br>')

}





// SMALL PICTURE AREA
   if (showimage == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="index.html"><IMG SRC="http://www.gwynedd.biz/1/picts/bar.jpg" border="0" width="150"></a><br>')
document.write('</td></tr></table>')
document.write('<br><br>')
}




// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="sidebartitle">')

document.write('<div align="center">Adrannau-Sections</div>')

document.write('</span><span class="sidebartext">')

document.write('<br><div align="center"><a href="http://www.gwynedd.biz/1/Hanes/Crefyddol/index.html" target="_blank"><img src="http://www.gwynedd.biz/1/gallery/images/pererin.png" width="50" height="49" border="0" align="absmiddle"></a></div>')

document.write('<div align="center"><a href="http://www.gwynedd.biz/1/Hanes/Crefyddol/index.html" target="_blank">Llwybrau - Footpaths</a></div>')

document.write('<br><div align="center"><a href="http://www.llyn.com/" target="_blank"><img src="http://www.gwynedd.biz/1/picts/blod.gif" width="50" height="49" border="0" align="absmiddle"></a></div>')

document.write('<div align="center"><a href="http://www.llyn.com" target="_blank">Blodau - Flowers</a></div>')

document.write('<br><div align="center"><a href="http://www.welsh.at/" target="_blank"><img src="http://www.gwynedd.biz/1/picts/welshat.gif" width="132" height="96" border="0" align="absmiddle"></a></div>')

document.write('<div align="center"><a href="http://www.welsh.at" target="_blank">Dysgu - Learn Welsh</a></div>')


document.write('</span><br><br>')


}
// END SIDEBAR AREA PARAGRAPH 2






