function show(a)
{
Artel=window.open('http://tulipes.ru/show.php?f='+ a + '','Artel', 'width=700, height=1000, toolbar=0, location=0, status=0, menubar=0, scrollbars=1, resizable=1');
}

function openimage(a, w, h)
{
window.open ('/showimage.php?f=' + a, 'page', 'menubar=0, toolbar=0, location=0, directories=0, statusbar=0, scrollbars=0, resizable=0, width='+ w +', height=' + h); 
}