function openenglish()
{
	if((location.search == "?c=art&id=305")||(location.search == "?c=art&id=73"))
		location.href="../english/index.php";
	else
		location.href="../english/index.php" + location.search;
}

function openrussian()
{
	location.href="../russian/index.php" + location.search;
}

function openprintable()
{
	winPrint = window.open('printable.php' + location.search, 'winPrint', 'scrollbars,resizable,status,menubar,height=600,width=660');
}

function openpress(id)
{
	winPress = window.open('press.php?id='+id, 'winPress', 'scrollbars,status,menubar,height=400,width=430');
}

function openphoto(id)
{
	winPhoto = window.open('photo.php?id='+id, 'winPhoto', 'status,menubar,height=580,width=680');
}