jQueryM = jQuery;
jQueryM.noConflict();

function popitup(url) {
	newwindow=window.open(url,'name','height=400,width=450');
	if (window.focus) {newwindow.focus()}
	return false;
}

function selecturl(UrlJump){
window.open(UrlJump.value,'Nowe','');
}

function wstawEmot(znaczekEmot){ document.getElementById('formularz').tresc.value+=znaczekEmot; document.getElementById('formularz').tresc.focus() }

/*PHOTO SLIDE */
jQueryM(function() {
jQueryM('#logo_menu-in').crossSlide({
  fade: 4
}, [
  {
    src:  '../foto/top1.jpg',
    from: '1% 1% 1x',
    to:   '1% 0% 1.0x',
    href:  './',
	time: 3
  }, {
     src:  '../foto/top2.jpg',
     from: '1% 1% 1x',
     to:   '1% 0% 1.0x',
     href:  './',
	 time: 3
  }, {
     src:  '../foto/top3.jpg',
     from: '1% 1% 1x',
     to:   '1% 0% 1.0x',
     href:  './',
	 time: 3
 }, {
     src:  '../foto/top5.jpg',
     from: '1% 1% 1x',
     to:   '1% 0% 1.0x',
     href:  './',
	 time: 3
}, {
     src:  '../foto/top6.jpg',
     from: '1% 1% 1x',
     to:   '1% 0% 1.0x',
     href:  './',
	 time: 3 
}, {
     src:  '../foto/top7.jpg',
     from: '1% 1% 1x',
     to:   '1% 0% 1.0x',
     href:  './',
	 time: 3	
}, {
     src:  '../foto/top8.jpg',
     from: '1% 1% 1x',
     to:   '1% 0% 1.0x',
     href:  './',
	 time: 3	


}, {
    src:  '../foto/top4.jpg',
    from: '1% 1% 1x',
    to:   '1% 0% 1.0x',
    href:  './',
	time: 3
  }
]);
});

