step1 = 'lvtrnsp1.html';
step2 = 'lvtrnsp2.html';
step3 = 'lvtrnsp3.html';
step4 = 'lvtrnsp4.html';
step5 = 'lvtrnsp5.html';
step6 = 'lvtrnsp6.html';
options = 'toolbar=0,status=0,menubars=0,scrollbars=1,resizable=1,width=480,height=550,left=10,top=10';
function popWin(url) 
{
pWin = window.open(url,'popup',options);
}


