// popup
function MM_openBrWindow(theURL,winName,features) { //v2.0
  var popup = window.open(theURL,winName,features);
  popup.focus();
}


//nenga
function nenga(){
	MM_openBrWindow("http://www.d-fresh.com/gugi/nenga2009/","nenga","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=760,height=600"); 
}
