	function show_warning(URL)
{
	outsideURL="warning.html?name="+ URL;
	var pWidth = ((parseInt(screen.width) - 340) / 2); 
	var pHeight = ((parseInt(screen.height) - 470) / 2);
    newwin = window.open(outsideURL,"newwin", "width=340,height=470,left="+pWidth+",top="+pHeight+ ",scrollbars=no,resizable=no");
}

	function show_insurance_warning(URL)
{
	outsideURL="insurance_warning.html?name="+ URL;
	var pWidth = ((parseInt(screen.width) - 340) / 2); 
	var pHeight = ((parseInt(screen.height) - 470) / 2);
    newwin = window.open(outsideURL,"newwin", "width=340,height=470,left="+pWidth+",top="+pHeight+ ",scrollbars=no,resizable=no");
}	

	function show_email_warning(URL)
{
	outsideURL="email_warning.html?name="+ URL;
	var pWidth = ((parseInt(screen.width) - 340) / 2); 
	var pHeight = ((parseInt(screen.height) - 470) / 2);
    newwin = window.open(outsideURL,"newwin", "width=340,height=470,left="+pWidth+",top="+pHeight+ ",scrollbars=no,resizable=no");
}	