function Pokaz(zdjecieduze) {
parametry = "scrollbars=yes, status=no, toolbar=no, menubar=no, location=no, directories=no, left=0, top=0";
noweOkno=window.open('', 'noweOkno', parametry+', width='+1024+', height='+768);
noweOkno.document.open();
noweOkno.document.write("
projektowanie-stron.info.pl ");
noweOkno.document.write("");
noweOkno.document.write(" ");
noweOkno.document.write("
");
noweOkno.document.close();
noweOkno.focus();
}
function PokazPrezentacje(URL,TLO)
{
URL = 'prezentacje/'+URL+'/pokaz_loader.swf';
parametry = "fullscreen=yes, scrollbars=no, status=no, toolbar=no, menubar=no, location=no, directories=no, left=0, top=0";
nowemapkaOkno=window.open('', 'noweOkno', parametry, width=800, height=600);
nowemapkaOkno.document.open();
nowemapkaOkno.document.write("Prezentacja ");
nowemapkaOkno.document.write("");
nowemapkaOkno.document.write("");
nowemapkaOkno.document.write(" ");
nowemapkaOkno.document.write(" ");
nowemapkaOkno.document.write(" ");
nowemapkaOkno.document.write(" ");
nowemapkaOkno.document.write(" ");
nowemapkaOkno.document.write(" ");
nowemapkaOkno.document.write("");
nowemapkaOkno.document.write(" ");
nowemapkaOkno.document.write("
");
nowemapkaOkno.document.write("");
nowemapkaOkno.document.close();
nowemapkaOkno.focus();
}
function PokazProjekt(zdjecieduze) {
parametry = "scrollbars=yes, status=no, toolbar=no, menubar=no, location=no, directories=no, left=0, top=0";
noweOkno=window.open('', 'noweOkno', parametry+', width='+1024+', height='+768);
noweOkno.document.open();
noweOkno.document.write("projektowanie-stron.info.pl - Portfolio ");
noweOkno.document.write("");
noweOkno.document.write(" ");
noweOkno.document.write("
");
noweOkno.document.close();
noweOkno.focus();
}
function PokazReferencje(zdjecieduze) {
parametry = "scrollbars=yes, status=no, toolbar=no, menubar=no, location=no, directories=no, left=0, top=0";
noweOkno=window.open('', 'noweOkno', parametry+', width='+1024+', height='+768);
noweOkno.document.open();
noweOkno.document.write("projektowanie-stron.info.pl - Referencje ");
noweOkno.document.write("");
noweOkno.document.write(" ");
noweOkno.document.write("
");
noweOkno.document.close();
noweOkno.focus();
}
function PokazMapke() {
parametry = "scrollbars=yes, status=no, toolbar=no, menubar=no, location=no, directories=no, left=0, top=0";
noweOkno=window.open('', 'noweOkno', parametry+', width='+880+', height='+680);
noweOkno.document.open();
noweOkno.document.write("projektowanie-stron.info.pl ");
noweOkno.document.write("");
noweOkno.document.write("");
noweOkno.document.write(" ");
noweOkno.document.write(" ");
noweOkno.document.write(" ");
noweOkno.document.write(" ");
noweOkno.document.write(" ");
noweOkno.document.write(" ");
noweOkno.document.write(" ");
noweOkno.document.write("");
noweOkno.document.write(" ");
noweOkno.document.write("
");
noweOkno.document.close();
noweOkno.focus();
}
function PU(identification)
{
element=document.getElementById(identification);
if(element.style.display=="inline")
{
element.style.display="none";
}
else
{
element.style.display="inline";
}
}
function P(identification)
{
element=document.getElementById(identification);
element.style.display="inline";
}
function WlaczWylacz(element)
{
if(element.checked==true)
{
element.checked=false;
}
else
{
element.checked=true;
}
}
function Aktywne(element)
{
var tlo="#D0E0D0";
element.style.background=tlo;
}
function Pasywne(element)
{
var tlo="";
element.style.background=tlo;
}
var Pic = new Array();
Pic[0] = 'graphic/raquo_grupa.gif';
Pic[1] = 'graphic/daquo_grupa.gif';
var p = Pic.length;
var preLoad = new Array();
for (i=0; i