/* 
footer functions
~ onclick="function();return false"
function privacy() {
    newwindow = window.open('privacy.php','terms','"toolbar=no,address=no,left=100,top=100,status=no,width=620,height=450,scrollbars=yes,resizable=yes"')
}
function terms() {
	newwindow = NewWindow('terms/LNA_Site_Terms-11-39-21.pdf','terms',300,300,'yes');
}
*/
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)
}
function bedrinkaware() {
	var newWindow = window.open("http://www.bedrinkaware.com.au", '_blank'); 
	newWindow.focus(); 
	return false; 
}
function uncharted() {
	var newWindow = window.open("http://www.uncharted.com.au", '_blank'); 
	newWindow.focus(); 
	return false; 
}
function harvested() {
	var newWindow = window.open("http://www.harvested.com.au", '_blank'); 
	newWindow.focus(); 
	return false; 
}
function contact() {
	newwindow = NewWindow('contact.php','contact',600,400,'no');
}
/*
function privacy() {
	var newWindow = window.open("LNA_Privacy_Policy.pdf", '_blank'); 
	newWindow.focus(); 
	return false; 
}
*/
function privacy() {
	newwindow = NewWindow('privacy.php','privacy',600,400,'yes');
}
function terms() {
	newwindow = NewWindow('terms.php','terms',600,400,'yes');
}

