function openwindow(address,title,properties)
{
	window.open (address,title,properties);
}

