/*
This file contains ECMAScript (JavaScript) code to show help information
*/

// *********************************************************
function show_info_cv_vacancy(id)
{
	window.open("/info_sending_cv_vacancy.php");
}

// *********************************************************
function show_info_cv()
{
	window.open("/info_sending_cv.php");
}

// *********************************************************
// End of file.
// *********************************************************
