 function openWin(pathInfo, x, y)
		{
			window.open(pathInfo,"Skylink","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=" + x + ",height=" + y + ",left=160,top=215");
		}