function res()
	{
	if (window.innerWidth)
		{
		document.images.vert.height=window.innerHeight-40;
		}
	else if(document.all)
		{
        document.images.vert.height=document.body.clientHeight-40; 
		}
	}
function adjheight() 
	{
	var w;
	var h;
	if (window.innerWidth)
		{
		w = 1; 
		h = window.innerHeight-40;
		}
	else if(document.all)
		{
		w = 1;    
		h = document.body.clientHeight-40;  
		}
	document.write("<img src='http://www.konopelski.com/grafx/x.gif' width=" + w + " height=" + h + " border=0 name=vert>")
	}
now = new Date();
function _getFullYear() {
    var y = this.getYear();
    if (y < 1000) y += 1900;
    return y;
}
function writeYear() {
    if (!now.getFullYear) now.getFullYear = _getFullYear;
    document.write (now.getFullYear() + "-" + (now.getFullYear()+1) + " Konopelski Katering, Ltd. 610-777-6388");
}
