function wine(){
  	window.open("../elearning/openwin.htm","","height=122 width=214");
}
function wine1(){
  	window.open("elearning/openwin.htm","","height=122 width=214");
}
function mywin1(url)
{
    window.open(url, "window1", "status=yes,resizable=no,scrollbars=no,width=380,height=380,left=0,top=0");
}
function mywin2(url)
{
    window.open(url, "window2", "status=yes,resizable=no,scrollbars=no,width=480,height=560,left=60,top=50");
}
function mywin3(url)
{
    window.open(url, "window3", "status=yes,resizable=yes,scrollbars=no,width=740,height=500,left=60,top=50");
}