//<!--
function showpicture(url,title) {
	var newwin = window.open('./images/popup.html?' + url,null,0);
	newwin.focus();
}
function showpopup(title) {
	var newwin = window.open('discount.html',null,1); 
	newwin.focus();
}
function showpopup1(title) {
	var newwin = window.open('vacancy.html',null,1); 
	newwin.focus();
}
function showpopup2(title) {
	var newwin = window.open('acciya.html',null,1); 
	newwin.focus();
}
function menu(){
if(event.button==2 || event.button==3){
alert('Просмотр исходного текста страницы заблокирован.');
} return true;
}
window.document.onmousedown=menu;
window.document.onmouseup=menu;
//-->