function displayWindow(url, width, height)
	{
		var Win = window.open(url, "displayWindow", 'width='+width+', height='+height+', resizable=0, scrollbars=no, menubar=no, top=50, left=50,');
	}
