 // open chat
function chat(){
window.open("23633678543326744567369065433254645232455645234554654345346.php",'', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,fullscreen=no,channelmode=no,width=780,height=520')}

// deaktywacja right click mouse
/*
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
*/

// do otwierania obrazków w okienku
function Nitka(url, name, width, height, scrol) {
 var Okienko = window.open(url,name,'width=' + width + ',height=' +
height + ',resizable=0,status=no,top=200,left=150,scrollbars=' + scrol + ',menubar=no' );
}

// do otwierania flashy w okienku
function Nitka2(url,name, width, height, scrol) {
 var Okienko = window.open(url,name,'width=' + width + ',height=' +
height + ',resizable=0,status=no,top=200,left=150,scrollbars=' + scrol + ',menubar=no' );
}

// do otwierania tapeciarza w okienku
function wyslij_obrazek_na_swoj_lub_czyjs_telefon_komorkowy_u_nas_bardzo_tanio_moznaby_powiedziec_ze_najtaniej_na_swiecie(image)
{
window.open("http://tapeciarz.mobile.net.pl/imageuploader-partner.xhtml?sid=219&img="+image,"Tapeciarz","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=745, height=425")
}






