// JavaScript Document

function how() {
	window.open("how.asp","Window1","menubar=no,width=582,height=114,toolbar=no");
}


function leave ()
{
    var answer = confirm("Clicking on the link will take you to a website where our privacy policy does not apply. You are solely responsible for interaction with the other website.");
    if (answer)
    {
        window.open('http://www.optometrists.asn.au/','','scrollbars=yes,menubar=yes,height=600,width=800,resizable=yes,toolbar=yes,location=yes,status=yes');
    }

}


function leaveFB ()
{
    var answer = confirm("Clicking on the link will take you to a website where our privacy policy does not apply. You are solely responsible for interaction with the other website.");
    if (answer)
    {
        window.open('http://apps.facebook.com/winkapp/','','scrollbars=yes,menubar=yes,height=600,width=800,resizable=yes,toolbar=yes,location=yes,status=yes');
    }

}

