//Left panel

document.write('<ul>')
WriteMenu('http://www.we-corpentertainment.com/index.html','Home','')
WriteMenu('whatsnew.htm','What&rsquo;s new?','')
WriteMenu('casino.htm','Fun Casino & race evenings','')
WriteMenu('inflatables.htm','Corporate inflatables','')
WriteMenu('alternative.htm','Alternative entertainment','')
WriteMenu('entertainers.htm','Entertainers','')
WriteMenu('fairground.htm','Fairground rides','')
WriteMenu('catering.htm','Marquees & catering','')
WriteMenu('theming.htm','Theming & decorations','')
WriteMenu('http://www.videogamessection.co.uk/584687?section_ID=contact','Video games & simulators','_blank')

document.write('<li>Sales<ul>')
WriteMenu('http://www.pacificinflatables.com/','Inflatables','_blank')
document.write('</ul></li>')

WriteMenu('contact.htm','Contact','')
WriteMenu('feedback.htm','Customer feedback','')

document.write('</ul>')

//document.write(document.URL)

var strURL = document.URL;

//document.write(strURL);
document.write('<p>')
document.write('<img src="images/navbuttons_star_red.gif" width="14" height="11" border="0" alt="" />')
document.write('&nbsp;<em><strong>We are pleased to announce</strong></em> that from January 2007, the purchase of Ballooning Mad in Knaphill. This shop can supply all of your wedding, party and ballooning requirements for any type of occassion!<br>Website link coming soon!')
document.write('</p>')
if (strURL.substring(strURL.length,strURL.length-12) == 'softplay.htm')
{
	document.write('<p>')
	document.write('<img src="images/navbuttons_phone.gif" width="15" height="15" border="0" alt="" /> ')
	document.write('<em><strong>To enquire about sales, telephone</strong></em> 01276 31733')
	document.write('</p>')

}
else
{
	document.write('<p>')
	document.write('<img src="images/navbuttons_phone.gif" width="15" height="15" border="0" alt="" /> ')
	document.write('<em><strong>To book your event, telephone</strong></em> 01276 35028')
	document.write('</p>')
}
document.write('<p>')
document.write('<img src="images/navbuttons_email.gif" width="18" height="11" border="0" alt="" />')
document.write('&nbsp;<em><strong>or email</strong></em>')
document.write('&nbsp;<a href="mailto:enquiries@we-corpentertainment.com">enquiries</a>')
document.write('</p>')
document.write('<p>')
document.write('<img src="images/navbuttons_star.gif" width="15" height="12" border="0" alt="" />')
document.write('<em><strong>See our most recent additions</strong></em> by visiting our <a href="whatsnew.htm">what&acute;s new</a> page')
document.write('</p>')

document.write('<p>')
document.write('<img src="images/navbuttons_star.gif" width="15" height="12" border="0" alt="" />')
document.write('<em><strong>We now offer soft play products</strong></em> visit our <a href="softplay.htm">soft play page</a> page')
document.write('</p>')

document.write('<p>')
document.write('<img src="images/navbuttons_star.gif" width="15" height="12" border="0" alt="" />')
document.write('<em><strong>New inflatable assault course</strong></em> see our <a href="inflatables.htm">corporate inflatables</a> page')
document.write('</p>')

document.write('<p>')
document.write('<img src="images/navbuttons_star.gif" width="15" height="12" border="0" alt="" />')
document.write('<em>We now sell inflatables from <strong>Pacific Inflatables</strong></em>. Click on <a href="http://www.pacificinflatables.com" target="_blank">Inflatable Sales Division</a> to see the products.')
document.write('</p>')

document.write('<p>')
document.write('<em><strong>We are confident we can find what you’re looking for</strong></em> Give us a call! We are confident we can arrange the perfect event for you.')
document.write('</p>')


function WriteMenu(strURL,strTag, strTarget)
{

var pagename = new String(document.URL);
if(pagename.match(strURL)==null)
	document.write('<li><a href="'+strURL+'" target="'+strTarget+'">'+strTag+'</a></li>')
else
	document.write('<li>'+strTag+'</li>')

}
		
			
			
			
		
		
			 
			
		
		
			
			
		