function openPopUp(A,B,C) {
var myWin = window.open(A,"name","status=no,resizable=yes,height="+B+",width="+C+",scrollbars=no")
}
