function resizeDiv(){
	if (   (navigator.userAgent.indexOf('MSIE')  != -1) && (navigator.userAgent.indexOf('Opera') == -1)) {
    		window.document.getElementById('ContentField').style['height'] = (window.document.getElementsByTagName('body')[0].offsetHeight - 324) + 'px';
    		window.document.getElementById('NaviField').style['height'] = (window.document.getElementsByTagName('body')[0].offsetHeight - 75) + 'px';
	}
}
function changePic(pic,picName){
	window.document.images[picName].src = "../images/splash/" + pic + ".gif";
}
function reloadWebsite(){
	var str_link = document.getElementById('langSelection').value;
	location.href = str_link;
}
function reloadWebsitePartner(){
	var str_link = document.getElementsByName("partner")[0].value;
	location.href = str_link;
}
function changePartnerPic(pic,picName){
	window.document.images[picName].src = "images/products/links/" + pic + ".gif";
}
function changeImage(imgName,img){
	document.getElementById(imgName).src = img;
	//window.document.images[imgName].src = img;
}
function reloadContentURL(name){
	var str_link = document.getElementById(name).value;
	location.href = str_link;
}
