//windowHandle = window.open(url,"Foto","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=500,left=0,top=0");

// --- vienas bildes apskate
function view_img(url){
var url;
nw=window.open('php/show_single.php?file='+url,"img_s","width=300,height=300");
nw.focus();
}

// --- e-pasta suutiishana
function send_mail(uid){
var uid;
nw=window.open('php/listing_mail.php?uid='+uid,"mail","width=500,height=270");
nw.focus();
}

// --- e-pasta suutiishana no foruma
function send_forum_mail(uid){
var uid;
nw=window.open('php/forum_mail.php?uid='+uid,"mail","width=500,height=250");
nw.focus();
}

// --- listinga galerija
function wiev_gal(list){
var list;
nw=window.open('php/listing_gal.php?c_l='+list,"gal","scrollbars=1, width=650,height=500");
nw.focus();
}

// --- vienas bildes apskate
function credit_cal(){
	nw=window.open('php/credit_cal.html',"cal","width=250,height=260");
	nw.focus();
}