function winPop(winName,wid,hei){

	var newWin = winName + ".html";

	window.open(newWin,"why","width=500px,height=200px");
}

