

 function PopWindowJuke(file, width, height) {

window.open(file, null, "height=" + height + ",width=" + width + ",toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=no,top=50,left=100");

	}


