<!-- Begin

// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR AREA



var imagewidth		= "90"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "90"		// HEIGHT OF THE SIDEBAR IMAGES
var sidealign		= "center"	// ALIGN SIDEBAR - left | center | right
var pageheight		= "250"		// CHANGE TOTAL HEIGHT OF ALL PAGES



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="'+sidealign+'" valign="top">');



document.write('<img src="picts/mas.png" width="121" height="56" border="0">');



document.write('<br>');

document.write('<a href="somos.html"><img src="picts/somos_min.jpg" width="'+imagewidth+'" height="'+imageheight+'" alt="Conoce un poco mas de unzion Records" border="0" class="Galborder"></a><br>');

document.write('<br>');

document.write('<a href="http://unzion.ning.com/forum"><img src="picts/blog_min.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" alt="Lee los articulos de nuestro blog" class="Galborder"></a><br>');

document.write('<br>');

document.write('<a href="contacto.html"><img src="picts/contacto_min.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Galborder"></a><br>');



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

//document.write('<a href="samples4.htm"><img src="picts/sidebar-4.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Galborder"></a><br>');

document.write('<br>');

document.write('</td></tr></table>');



// PAGE SPACER

document.write('<img src="picts/spacer.gif" border="0" width="2" height="'+pageheight+'"><br>');




//  End -->
