﻿document.writeln('<title>Silver Platter</title>')
document.writeln('<meta http-equiv="Content-Type" content="text/html; CHARSET=utf-8" />')
document.writeln('<link rel="stylesheet" href="style/sp_style.css" />')
document.writeln('<link rel="stylesheet" href="style/subpages.css" />')
document.writeln('<link rel="Stylesheet" href="style/menus.css" />')
var active=0;

function showim(item){
	document.getElementById('show').style.backgroundImage="url(images/menus/"+item+".jpg)";
}

function highbg(it){
	it.style.backgroundColor="#ffccff";
}
function lowbg(it){
	it.style.backgroundColor="#fff";
}