﻿function wagoru(land_sprache,software)
{


myURL='http://www.wago.com';

switch (land_sprache)
{

case 'RUS':

	URL=myURL + software;
	break;

default:

	URL= software;



}

Fenster=window.open(URL,"WAGOSoftwareDownload");
Fenster.focus();
}
