function casestudies()
{
	props=window.open('case_studies.html', 'CaseStudies', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=288, height=502');
	props.focus()
}
function process_initiation()
{
	props=window.open('initiation.html', 'OurProcess', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=288, height=305');
	props.focus()
}

function process_marketstudy()
{
	props=window.open('market_study.html', 'OurProcess', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=288, height=305');
	props.focus()
}

function process_specificstudies()
{
	props=window.open('specific_studies.html', 'OurProcess', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=288, height=315');
	props.focus()
}

function process_sitetour()
{
	props=window.open('site_tour.html', 'OurProcess', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=288, height=305');
	props.focus()
}

function process_request() 
{
    props=window.open('request.html', 'OurProcess', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=288, height=315');
    props.focus()
}

function process_letter() 
{
    props=window.open('letter.html', 'OurProcess', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=288, height=245');
    props.focus()
}

function process_negotiate() 
{
    props=window.open('negotiations.html', 'OurProcess', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=288, height=235');
    props.focus()
}

function process_summary() 
{
    props=window.open('summary.html', 'OurProcess', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=288, height=260');
    props.focus()
}

