/* ################################################################################################################################
                                                             Zoom 
################################################################################################################################ */


function zoom()
{
	var newmov=window.open("zoom.php","LCS","width=460,height=460,scrollbars=no,top=20,left=50");
	newmov.focus();
}

function apply()
{
	var newmov=window.open("apply_job.php","LCS","width=320,height=160,scrollbars=no,top=20,left=50");
	newmov.focus();
}


