

function showFormWin() {


var obj= document.getElementById(obj);
if (win != null) {
  win.destroy(); 
}



document.contactMe.reset(); 

if (this.valid != null) {
  valid.reset(); 
}


    
var win = new Window({className: "alphacube", width:360, height:315, zIndex: 100, resizable: true, title: "Contact Form", showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:true, wiredDrag: true, resizable: true, minimizable: false, maximizable: false, DestroyOnClose: true}) 

win.setContent('conForm', false, false);

 
win.showCenter();



win.setDestroyOnClose(true);


var valid = new Validation('contactMe');
valid.reset();

}


function clearDefault(contactMe) {
  if (contactMe.defaultValue==contactMe.value) contactMe.value = ""
}




/*
var obj= document.getElementById(obj);
obj.style.visibility = "visible";
if (win != null) {
  win.destroy(); 
}




*/