function printThisPage(url, name, width, height) 
{ 
	window.print();
    //if(url != null && url != "")
    //{
    //    var features = 'width=' + width + ',height=' + height + ',directories=no,location=no,menubar=yes,resizable=yes';
    //    features += ',scrollbars=yes,status=no,titlebar=yes,toolbar=yes';
    //    
    //    window.open(url, name, features); 
    //}
}