// JavaScript Document
function layer1() {
var layer1 = "<a href=\"#\" onclick=\"return hs.htmlExpand(this, { contentId: 'layer' } )\">";
window.document.writeln(layer1);
}
function layer2() {
var layer2 = "</a>";       
window.document.writeln(layer2);
}
