function custSuppPop(topic,questionid)
{if(typeof(topic)=="undefined"||topic==null)
topic="";if(typeof(questionid)=="undefined"||questionid==null)
questionid="";if(topic=="contact")
{var url="http://faq.expedia.co.in/contact.aspx";}
else
{var url="http://faq.expedia.co.in/result.aspx?questionId="+questionid;}
var win=window.open(url,"CustomerSupport","scrollbars=yes,resize=no,width=636,height=650");}