//
function trabajaJorge(x,y) 
{
var ie= (document.all)? true:false
var ns4 = (document.layers)? true:false
var ns6=( document.getElementById && !document.all)?true:false

		if (x!=null) {
			this.x = x
			if (ns4 || ns6) this.left = this.x
			else this.pixelLeft = this.x
		}
		if (y!=null) {
			this.y = y
			if (ns4|| ns6) this.top = this.y
			else this.pixelTop = this.y
		}
}
function ketsi(pag,pos)
{
	trabajaJorge("20","+pos+")
	window.open(pag,"","width=10,height=10,toolbar=no,status=no,scrollbars=no,resizable=no")
}

// END OF LINE
