﻿var popwin=null;
var searchready=false;

function picpop(id,x,y) {
 if (popwin && !popwin.closed) {popwin.close();};
 popwin=window.open('picpop.php?id='+id+'&x='+x+'&y='+y,'','width='+x+',height='+y+',scrollbars=no,resizable=no,menubar=no,status=no,directories=no,location=no,toolbar=no');
 };

function initsearch(txt) {
 o=document.hakulomake.haku;
 o.style.color='#AAAAAA';
 o.value=txt;
 o.blur();
 };

function clearsearch() {
 o=document.hakulomake.haku;
 o.style.color='#000000';
 o.value='';
 return true;
 };