function openUrl(url)
{
	window.open(url,'','width=200,height=300');
}
