function vresume_form_hide()
{
	var ot=document.getElementById('vresume');
	if(ot.style.visibility=="hidden")
	{
		ot.style.visibility="visible";
	}else
	{
		ot.style.visibility="hidden";
	}
}

function winpop_video()
	{
		window.open('http://jobzoob.com/learn_vresume.php', 'newwindow', 'height=600px,width=550px, toolbar=0, menubar=0, scrollbars=1, resizable=0 location="http://jobzoob.com/phase2/jobseeker/?go=videoresume"');

	}

function winpop_audio()
	{
		window.open('http://jobzoob.com/learn_aresume.php', 'newwindow', 'height=600px,width=550px, toolbar=0, menubar=0, scrollbars=1, resizable=0 location="http://jobzoob.com/phase2/jobseeker/?go=audioresume"');

	}

function vresume_brief()
{
	var ot=document.getElementById('brief');
	if(ot.style.display=="none")
	{
		ot.style.display="block";
	}else
	{
		ot.style.display="none";
	}
}