
function w(uri)
{
	window.open(uri, "page", "menubar=yes, location=yes, status=no, toolbar=yes, scrollbars=yes, resizable=yes");
	return false; 
}

function wi(url, width, height)
{
	width += 50; height += 50;
	window.open(url, 'foto', 'width='+width+', height='+height+', toolbar=no, location=no, resizable=yes, scrollbars=yes, top=100, left=100');
	return false; 
}

function change_js_input()
{
    var el = document.getElementById('js_pair');
    el.value = 1;
    return true;
}

function adv()
{
	var src = '/images/adv/last.jpg';
	tb_show('LAST MINUTE',src,false);
	return;
	/*
	var width = 472;
	var height = 354;
	width += 50;
	height += 50;
	window.open(src, "adv", 'width='+width+', height='+height+', toolbar=no, location=no, resizable=yes, scrollbars=yes, top=100, left=100');
	return false;
	*/
}


