function open_win_jobdetails(str)
{
window.open(str,'job','width=620,height=470,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no');
}
function open_win_other(str)
{
window.open(str,'other','width=620,height=470,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no');
}
function open_win_cv(str)
{
window.open(str,'cv','width=620,height=470,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no');
}
function open_win_jobdetails2(str)
{
window.open(str,'job2','width=620,height=470,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no');
}
function adv(str)
{
window.open(str,'mywindow','width=650,height=590,top=0,left=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no');
}
function open_win_display(str)
{
window.open(str,'otherwindow','width=530,height=175,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no');
}
function open_win_reg_success(Str)
{
window.open(Str,"Finish","width=150,height=100,scrollbars=No,toolbar=no,titlebar=no,location=no,menubar=no,resizable=no,status=no,copyhistory=no");
}
function open_win_balance(str)
{
window.open(str,'other','width=660,height=450,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no');
}