﻿function GenTravelitixMSMiniInFrame()
{
    var sHtml="";
   
    var src = "/QuickSearch.aspx?qstype="; 
    
    src += itix_pageId + "&pid=" + itix_pid;
    if(itix_cname == null || itix_cname == "") 
        itix_cname = "http://travelitix.com";
    if(itix_cname.toString().indexOf("http://")<0) 
        itix_cname = "http://" + itix_cname;
    
            
    src = itix_cname + src;
    if(itix_did > 0)
        src += "&did=" + itix_did;            
         
    if(typeof(itix_aid) != "undefined")
        src += "&aid=" + itix_aid;    
   
    src += "&lid=" + itix_lang;  
    if(typeof(itix_target) != "undefined") 
        src += "&target=" + itix_target;    
    
     if(typeof(itix_hideMsPackage) != "undefined") 
        src += "&hidemspackage=" + itix_hideMsPackage;     
    if(typeof(itix_hideAll) != "undefined")
        src += "&hideall=" + itix_hideAll;
    
    if(itix_params != "")
        src += "&" + itix_params;
        
    sHtml = "<iframe scrolling='no' frameborder =0 allowtransparency='true' style='background:transparent;' height="+itix_heightFrame+" width = "+itix_widthFrame+" src='"+src+"'></iframe>";
    document.write(sHtml);       
} 

GenTravelitixMSMiniInFrame();


