function openWindow(url, winName, features) {

	window.open(url, winName, features);

}
        
