﻿function  photo(url)  {
window.open (url, "photos", "width=470, height=520, toolbar=0, status=0, location=0, directories=0, menubar=0");
}
function  photobig(url)  {
window.open (url, "photos", "width=550, height=630, toolbar=0, status=0, location=0, directories=0, menubar=0");
}
function init()
{
window.defaultStatus='Done!  -  Welcome to the web site of "QuARTru"!'
}

