function wopen1(){
win=window.open("Part-time-job.html","new","width=580,height=420");
win.moveTo(100,100);
}