
var whosewindow;function addwin(addnum,lang,width)
{var contentBaseUrl="http://www.swiss.com/web/";addindex=addnum;if(lang==null)lang="en";if(addindex=="tip")
var addurl=contentBaseUrl+lang+"/tipps.htm";else if(addindex=="ver")
var addurl=contentBaseUrl+lang+"/insurance-conditions.htm";else if(addindex=="pro")
var addurl=contentBaseUrl+lang+"/provider.htm";else if(addindex=="new")
var addurl=contentBaseUrl+lang+"/newsletter.htm";else if(addindex=="mfb")
var addurl=contentBaseUrl+lang+"/nbe-popup-matrix-feedback.htm";else if(addindex=="cc")
var addurl=contentBaseUrl+lang+"/nbe-gen-popup-card-security-number";else if(addindex=="wci")
var addurl=contentBaseUrl+lang+"/wci-popup-conditions.htm";if(width!=null)
hiswindow=window.open('','hisname','locationbar=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width='+width+',height=560,dependent=yes');else
hiswindow=window.open('','hisname','locationbar=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=500,height=560,dependent=yes');hiswindow.location.href=addurl;if(hiswindow.opener==null)hiswindow.opener=self;hiswindow.focus();}
function infowin(infoparam)
{if(whosewindow!=null)
{whosewindow.close();}
infourl=infoparam+"";whosewindow=window.open('','whosename','locationbar=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=454,height=560,dependent=yes');whosewindow.location.href=infourl;if(whosewindow.opener==null)
whosewindow.opener=self;whosewindow.focus();}
function addresswin(infourl){if(whoseWindow!=null)
{whoseWindow.close();}
whosewindow=window.open('','whosename','locationbar=no,status=yes,menubar=no,resizable=no,scrollbars=no,width=454,height=480,dependent=yes');whosewindow.location.href=infourl;if(whosewindow.opener==null)
whosewindow.opener=self;whosewindow.focus();return void(0);}
function infowinVar(infoparam,width,height)
{if(whosewindow!=null)
{whosewindow.close();}
infourl=infoparam+"";whosewindow=window.open('','whosename','locationbar=no,status=no,menubar=no,resizable=no,scrollbars=no,width='+width+',height='+height+',dependent=yes');whosewindow.location.href=infourl;if(whosewindow.opener==null)
whosewindow.opener=self;whosewindow.focus();}
function infowinVarScroll(infoparam,width,height)
{if(whosewindow!=null)
{whosewindow.close();}
infourl=infoparam+"";whosewindow=window.open('','whosename','locationbar=no,status=no,menubar=no,resizable=no,scrollbars=yes,width='+width+',height='+height+',dependent=yes');whosewindow.location.href=infourl;if(whosewindow.opener==null)
whosewindow.opener=self;whosewindow.focus();}
function swisswin(url){hiswindow=window.open('','hisname','locationbar=no,status=no,menubar=no,resizable=yes,scrollbars=yes,dependent=yes');hiswindow.location.href=url;if(hiswindow.opener==null)hiswindow.opener=self;hiswindow.focus();}