function PrintVersion()
{
	if (document.print_form)
	{
		document.print_form.action="/misc/print_version_chr.php";
		PR=window.open("","wndPrint","alwaysRaised=yes,left=0,top=0,height=500,width=730,menubar=yes,toolbar=yes,resizable=yes,status=yes,scrollbars=yes");
		document.print_form.submit();
	}else{
		alert("No print version for this page!");
	}
}

function Search()
{
	if (document.sform)
	{
		if (document.sform.Keywrd.value.length > 0 && document.sform.Keywrd.value != "")
		{
			document.sform.submit();
		}
		else
		{
			alert("Введите слово для поиска" );
                }
        }
}

function test_drive(){
 	window.open('chr_test_drive.php?brand=chrysler', 'TEST_DRIVE', 'scrollbars=no, menubar=no, resizible=no, status=no, width=430, height=380');
}
function plSound() {
	document.soundMovie.SetVariable('_root.flag','true');
	document.soundMovie.SetVariable('_root.flag','true');
//	alert('test');
}
function popup_img(img){
window.open("popup_img.php?img_id="+img,"popup_img","width=10 ,height=10, toolbar=no, status=0, menubar=no, resizable=no");
} 
function popup_wall(img){
window.open("popup_wall.php?img_id="+img,"popup_wall","width=10 ,height=10, toolbar=no, status=0, menubar=no, resizable=no");
} 
