function wilk_banner()
{
document.write("<div id='header'>");

document.write("<hr class='noscreen' />");

document.write("<img alt='' height='77' src='wwgroup3.png' width='341' />");

document.write("</div>");

<!-- 
//Disable right click script 
//visit http://www.rainbow.arch.scriptmania.com/scripts/ 
var message="Sorry, right-click has been disabled"; 
/////////////////////////////////// 
function clickIE() {if (document.all) {(message);return false;}} 
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) { 
if (e.which==2||e.which==3) {(message);return false;}}} 
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} 
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} 
document.oncontextmenu=new Function("return false") 
// --> 




   
}

function wilk_ribbon(js_section_Str)
{
	
document.write("<div id='tray'>");
document.write("<ul>");

if (js_section_Str == 'Homepage') 
	{
    document.write("<li id='tray-active'><a href='index.html'>Homepage</a></li>");
	}
else
	{
    document.write("<li><a href='index.html'>Homepage</a></li>");
	}

if (js_section_Str == 'About Us')
	{
    document.write("<li id='tray-active'><a href='about_us.html'>About Us</a></li>");
	}
else
	{
    document.write("<li><a href='about_us.html'>About Us</a></li>");
	}

if (js_section_Str == 'Childrenswear')
	{
    document.write("<li id='tray-active'><a href='kids_season.html'>Childrenswear</a></li>");
	}
else
	{
    document.write("<li><a href='kids_season.html'>Childrenswear</a></li>");
	}

if (js_section_Str == 'Ladieswear')
	{
    document.write("<li id='tray-active'><a href='Ladies_season.html'>Ladieswear</a></li>");
	}
else
	{
    document.write("<li><a href='Ladies_season.html'>Ladieswear</a></li>");
	}

if (js_section_Str == 'Contact Us')
	{
    document.write("<li id='tray-active'><a href='contact_us.html'>Contact Us</a></li>");
	}
else
	{
    document.write("<li><a href='contact_us.html'>Contact Us</a></li>");
	}

if (js_section_Str == 'News')
	{
    document.write("<li id='tray-active'><a href='news.html'>News</a></li>");
	}
else
	{
    document.write("<li><a href='news.html'>News</a></li>");
	}
	
if (js_section_Str == 'Site Map')
	{
    document.write("<li id='tray-active'><a href='Site_map.html'>Site Map</a></li>");
	}
else
	{
    document.write("<li><a href='Site_map.html'>Site Map</a></li>");
	}

document.write("</ul>");
document.write("</div>");
}


function wilk_footer()
{
document.write("<div id='footer'>");
document.write("<center><p>Copyright &copy;&nbsp;2011 <strong>WW Group Ltd</strong>, All Rights Reserved &reg;</p></center>");

document.write("<center><p>VAT Number: GB 936 0453 28</p></center>");

document.write("<center><p>Registered In England and Wales - Company Number: 06037107</p></center>");
document.write("<center><p>Registered Office: Richardshaw Business Centre,Richardshaw Road,Grangefield Ind Estate,Stanningley,Pudsey.LS28 6RW United Kingdom</p></center>");
document.write("<div id='btns'>");
document.write("<center><p><a href='terms_and_conditions.html'>Terms and Conditions</a>	<a href='legal_disclaimer.html'>Legal Disclaimer</a></p></center>");
document.write("</div>");
document.write("</div>");
}

function wilk_go_back()
{
document.write("<div id='btns'>");
document.write("<a href='javascript:history.go(-1);'><img src ='Back.gif' /></a>");
document.write("</div>");
}

