// use these copyright functions for database-generated content, where include files can't be called
function writeCopyright(){
	/*
	document.write("<div align='left'><br><br><span class='copyright'>")
	document.write("<a href='/feedbackinsert.asp'>Help</a> | <a href='/privacyPolicy.asp?ref=login'>Privacy Policy</a> | <font color='#006600'>Have a question? Call us at <b>763-971-4900</b></font><br>")
	document.write("<img src='/images/spacer.gif' width=1 height=2 border=0 alt=''><br>")
	document.write("&#169; 2008 CobornsDelivers Inc. All rights reserved.<br><br></span></div>")
	*/
}

function writeCopyright2(){
	var now = new Date();
	var year = now.getFullYear();
	document.write("<div align='left'><br><br><span class='copyright'>")
	document.write("&#169; " + year + " CobornsDelivers, LLC. All rights reserved.<br><br>")
	// document.write("CobornsDelivers Liquor Store, Inc., is located in New Hope, MN<br><br></span></div>")
}

function popUp(url,winWidth,winHeight,winResize,winExtras){
	var winName = winWidth + winHeight + winResize + winExtras
	if (winExtras == "1"){
		newWindow = window.open(url,winName,'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=' + winResize + ',width=' + winWidth + ',height=' + winHeight + ',left=25,top=25');
	}else{
		newWindow = window.open(url,winName,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=' + winResize + ',width=' + winWidth + ',height=' + winHeight + ',left=25,top=25');
	}
	newWindow.focus();
}
