function tabtop(GetText){
	var SetText = GetText;	
	document.write("<TABLE width='200' class='table_img' cellspacing='0'>");
	document.write("<TR><TD background='img/bg_top_" +SetText+ ".jpg' height='25'></TD></TR>");
	document.write("<TR><TD background='img/bg_small.jpg' style='PADDING-LEFT: 7px; PADDING-RIGHT: 8px;'>");
}
function tabbottom(){
	document.write("</TD></TR>");
	document.write("<TR><TD background='img/bg_small_bottom.jpg' height='15'></TD></TR>");
	document.write("<TR><TD height='4'></TD></TR>");
	document.write("</TABLE>");
}
function photoscroll(){
	document.write("<table border='0' class='table' bgcolor='#888888' cellpadding='0' cellspacing='0' width='100%' height='500'>");
	document.write("<TR><TD align='center' valign='center'>");
	document.write("<iframe scrolling='no' frameborder='0' src='contents/home/scroller.php' width='100%' height='100%'></iframe>");
	document.write("</TD></TR></TABLE>");
}