// JavaScript Document
function writeJS2() {
var str='';
str+='<div>';
str+='<p class="default" title="Default style"><em><a onclick="SetStyleSheet(\'default\'); return false;" href="#"><img src="images\/t.gif" width="11" height="18" alt="default style" \/><\/a><\/em><\/p>';
str+='<p class="yellow" title="Black text on yellow background"><em><a onclick="SetStyleSheet(\'yellow\'); return false;" href="#"><img src="images\/t.gif" width="11" height="18" alt="Black text on yellow background" \/><\/a><\/em><\/p>';
str+='<p class="grey" title="Black text on grey background"><em><a onclick="SetStyleSheet(\'slate\'); return false;" href="#"><img src="images\/t.gif" width="11" height="18" alt="Black text on grey background" \/><\/a><\/em><\/p>';
str+='<\/div>';
document.write(str);
}
writeJS2();
