function window_open_qt()
{
var text;
text="/flash/qt.jsp";
window.open(text,""," resizable=no,width=744,height=500,scrollbars=no,top=60,left=100");
}

function window_open_ldap()
{
var text;
text="/flash/quick_tour_LDAP.jsp";
window.open(text,""," resizable=no,width=790,height=545,scrollbars=no,top=60,left=100");
}

function window_open_api()
{
var text;
text="/flash/api.jsp";
window.open(text,"","resizable=no,width=813,height=527,scrollbars=no,top=60,left=100");
}

function window_open_featureslist()
{
 var a2=screen.height-160;
 var wname="newWin"+(Math.round(Math.random()*1000000));
 var url="/featureslist/";
  wname = window.open(url,wname," resizable=yes,width=1000,height="+a2+",scrollbars=no,top=60,left=100");
  wname.focus();
  return wname;
}

function page_select_region(){
 if (document.forms.form_region.sel_field.value != 1) {
      document.location.href=document.forms.form_region.sel_field.value;  }
 }

function window_open_sli()
{
var text;
text="/flash/KS/Salesforce_integration.htm";
window.open(text,""," resizable=no,width=790,height=580,scrollbars=no,top=60,left=100");
}

 function window_open_our_clients(){
 var text;
 text="/clients_list.jsp";
 window.open(text,"","width=680,height=370,resizable=yes,scrollbars=yes,top=60,left=100");
 }


 function window_open_w_pl(){
 var text;
 text="/features/worldapp_plugis.html";
 window.open(text,"","width=680,height=556,resizable=yes,scrollbars=yes,top=60,left=100");
 }




