// common.js


function openWindow(url, name, features)
{
	window.open(url, name, features);
}



