//Open popup dialogue
function openWin(url, width, height)	{
	newWin = window.open(url, "newWin", "width=" + width + ", height=" + height + ", menubar=off, resize=on, status=off");
}