function Launch(page) { 
var page_name=page;
//alert(page_name);
if(page_name=="forms/classic_car.php")
{
window.location="instant_quote.php?page_name="+"classic_car";
}
else if(page_name=="https://pd.secure.anthem.com/AgentConnect/gen/common.htm")
{
window.location="instant_quote.php?page_name="+"health";
}
else if(page_name=="https://www.webfschome2.com/generalinfo.aspx?nAgentID=16791&sLanguage=English&bRating=1&sState=CA")
{
window.location="instant_quote.php?page_name="+"home";
}
else if(page_name=="https://www.webfscauto2.com/generalinfo.aspx?nAgentID=16791&sLanguage=English&bRating=1&sState=CA")
{
window.location="instant_quote.php?page_name="+"auto";
}
else if(page_name=="forms/business.php")
{
window.location="instant_quote.php?page_name="+"business";
}
else if(page_name=="forms/life.php")
{
window.location="instant_quote.php?page_name="+"life";
}
else if(page_name=="forms/boat.php")
{
window.location="instant_quote.php?page_name="+"boat";
}
else if(page_name=="forms/motorcycle.php")
{
window.location="instant_quote.php?page_name="+"motorcycle";
}
else if(page_name=="forms/rv.php")
{
window.location="instant_quote.php?page_name="+"rv";
}
/*OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=1,resizable=no,width=600,height=500,top=100,left=200"); */

}

