/* Ty Rosa scripts
*/
var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
if(win.window.focus){win.window.focus();}}
function closeIt() {close();}

update = new Date(document.lastModified)
theMonth = update.getMonth() + 1
theDate = update.getDate()
theYear = update.getFullYear()
revisedDate = theDate + "-" + theMonth + "-" + theYear

simpleFooter = '<div class="FooterBlock menu">'+
	'<a href="contact.htm">'+
	'<img src="images/Footer-4.jpg" width="700" height="30" alt="Ty Rosa  t: +44 (0)845 643 9962  e: info@tyrosa.com"></a><br>'+
	'<div class="ContentL"><a href="privacy_policy.html">Privacy Policy</a>&nbsp;&nbsp;'+
	'<a href="dahlinks.htm">Dah-links</a></div>'+
	'<div class="ContentR small" style="text-align:right">Updated: '+ revisedDate + '</div>'
	
fancyFooter = '</div><br><br><br><br><br><br>'+
	'<div id="cloudsFooter">'+
	'<div class="RainbowCloud"><a href="contact.htm">'+
	'<img alt="email: info@tyrosa.com" src="images/spacer5.gif" height="150" width="230"></a></div>'+
	'<div class="shaun"></div><div id="footer"><div class="footerItems menu">'+
	'<table width="700" style="margin-left:auto;margin-right:auto"><tr>'+
	'<td style="width:25%">&nbsp;</td><td style="width:50%">'+
	'<a href="privacy_policy.html">Privacy Policy</a>&nbsp;&nbsp;&nbsp;'+
	'<a href="contact.htm">Contact</a>&nbsp;&nbsp;&nbsp;'+
	'<a href="dahlinks.htm">Dahlinks</a>'+
	'<td align="right" style="width:25%">'+
	'<span class="small">Updated:&nbsp;'+
	revisedDate+'</span></td></tr></table></div></div>'

fancyHeader = '<div id="cloudsTop"></div>'

simpleHeader = '<!-- do nothing -->'
