/*
* Submit cd js
*/
function submitCV(AdvertID)
{
	window.open(AdvertID,'cva','width=500,height=411');
}
