function OpenContextWindow(sFile,wName,wWidth,wHeight) {
	eval("window.open('"+sFile+"','"+ wName+"','width="+ wWidth+",height="+wHeight+",top=250,left=500')");
}
