function show(title)
{
window.location.href="javascript: document.cookie='style="+title+"';window.location.reload();";
}




