home="http://www.samsung.com/at/index.htm";
products="http://www.samsung.com/at/products/index.htm";
service="http://www.samsung.com/at/support/index.asp";
press="http://www.samsung.com/at/presscenter/index.asp";
about="http://www.samsung.com/at/aboutsamsung/index.htm";
priv="http://www.samsung.com/at/etc/privacy.htm";
legal="http://www.samsung.com/at/etc/legal_notice.htm";
imprint="http://www.samsung.com/at/aboutsamsung/impressum/impressum.htm";
sitemap="http://www.samsung.com/at/sitemap/sitemap.htm";
contact="http://www.samsung.com/at/support/contactus/index.htm";

function GoUrl(name, win) {
	if (eval(name) == "") {
		alert("sorry.");
		return;
	} else {
		if (win == null) {
			document.location.href = eval(name);
		} else {
			window.open(eval(name), win);
		}
	}
}