

function newwin(url)
{
	window.open(url, 'popup window', "width=400,height=400");
} 