function pim(nam,w,h) {
	var txt = "<html><head><title>Markaland</title></head><body topmargin='0' leftmargin='0'><a href='#' onClick='window.close();' title='KAPAT'><img src='./images/products/"+nam+"' border=0></body></html>";
	var pimw = window.open('','pimwnd','top=100,left=100,width='+w+',height='+h+',resizable=0,statusbar=0,scrollbars=0');
	pimw.document.open();
	pimw.document.write(txt);
	pimw.document.close();
	pimw.window.focus();
}
function LH() {
	window.open("lights.php","light","top=100,left=200,width=400,height=300,statusbar=0,scrollbars=0,resizable=0");

}