 /*FOLIOWANE KOLORY*/
function cons(idd,ido) {
  myWin= open("fronty.asp?id=" + idd + "&opis=" + ido, "",
"toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=350,height=350");
}
 /*FOLIOWANE WYTŁOCZENIA*/
function cons2(idd) {
  myWin= open("fronty2.asp?id=" + idd, "",
"toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=350,height=350");
}
 /*LITE DREWNO*/
function cons4(idd,ido) {
  myWin= open("fronty4.asp?id=" + idd + "&opis=" + ido, "",
"toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=350,height=350");
}

 /*witraze*/
function cons5(idd) {
  myWin= open("witraze.asp?id=" + idd, "",
"toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=350,height=350");
}

 /*uchwyty*/
function cons6(idd,ido) {
  myWin= open("uchwyty.asp?id=" + idd + "&opis=" + ido, "",
"toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=350,height=350");
}

/*akcesoria*/
function cons7(idd,ido) {
  myWin= open("akcesoria.asp?id=" + idd + "&opis=" + ido, "",
"toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=350,height=350");
}


/*agd*/
function cons8(idd,ido) {
  myWin= open("agd.asp?id=" + idd + "&opis=" + ido, "male",
"toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=350,height=350");
}
/*FOTY DUZE - MAPY*/
noweOkienko = null;
function galeria(src, w, h){
if(window.screen){
 aw=screen.availWidth;
 ah=screen.availHeight;
}
else{
 aw=640;
 ah=450;
}
if (noweOkienko==null || noweOkienko.closed){
 ustawienia=
 "left=" + (aw-w)/2 + ","
 +"top=" + (ah-h)/2 + ","
 +"screenX=" + (aw-w)/2 + ","
 +"screenY=" + (ah-h)/2 + ","
 +"width=" + w + ","
 +"height=" + h + ","
 +"innerWidth=" + w + ","
 +"innerHeight=" + h + ","
 +"toolbar=no,"
 +"location=no,"
 +"directories=no,"
 +"status=no,"
 +"menubar=no,"
 +"scrollbars=no,"
 +"resizable=no"
 noweOkienko = window.open('',
 'obrazek',ustawienia);
}
noweOkienko.document.open();
noweOkienko.document.clear();
noweOkienko.document.write(
"<html><head><meta http-equiv=imagetoolbar content=no><title>MEBLOMAX</title>\n"
+"</head>\n"
+"<body leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 marginheight=0>\n" 
+"<TABLE width=100% height=100% border=0 cellspacing=0 cellpadding=0><TR align=center><TD valign=center><a href=javascript:close();><IMG SRC=" + src +" border=0></a></TD></TR></TABLE>"
+"</body>\n"
+"</html>"
);
noweOkienko.document.close();
noweOkienko.focus();
} 

//-->
