function BengMenyOn(o) {

	o.style.backgroundColor = 'ffffff';
}

function BengMenyOff(o) {

	o.style.backgroundColor = 'cccccc';
}

function openwin1(URL,x,y) {
	window.open(URL,"windowname","left=50,top=0,screenX=50,screenY=0,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,width=" + x + ",height=" + y);
}

function openwin2(URL,x,y) {
	window.open(URL,"windowname2","left=50,top=0,screenX=50,screenY=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,width=" + x + ",height=" + y);
}

function doStuff(value){
	if (value){
		window.open(value);
	}
}
