﻿function showDialog(url) { 
window.showModalDialog(url,null,"dialogWidth=600px;dialogHeight=480px"); 
}
