var name2 = "backxg";



function menumouseon(button) {

button.style.backgroundColor='#c0c0c0';

}
function menumouseoff(button) {

button.style.backgroundColor='';

}



defaultStatus="Copyright ©1999 - 2007 Propiedades Enigma "


function openwindow(url, name) {
	var prfWindow = window.open(url, name, 'resizable=no,scrollbars=no,status=yes,help=no,width=700px,height=550px');

if (prfWindow && prfWindow.open) {
    prfWindow.focus();
    }
else {
   alert('Wizard could not open as a popup blocker has stoped it, please allow the site to use popup windows and try again')
   }
}



