// JavaScript Document
function setFocus(element)
{
	var element = document.getElementById(element);
	element.focus();
}
function helptext() {
window.open('/help/en/stdwc/aboutService_H.html','Help', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,resizable=no,width=500,height=450');
}

function privacyState() {
window.open('/help/en/stdwc/privacy.html','Help', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,resizable=yes,width=500,height=450');
}

function popup( url, width, height ) {
window.open(url,'popup', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,resizable=yes,width=' + width + ',height=' + height + '');
 }

