<!--

function launchCenter(url, name, height, width) {
	var str = "height=" + height + ",innerHeight=" + height;
  	str += ",width=" + width + ",innerWidth=" + width;
  	str += ",titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no";
  	if (window.screen) {
    	var ah = screen.availHeight - 30;
	    var aw = screen.availWidth - 10;
    	var xc = (aw - width) / 2;
	    var yc = (ah - height) / 2;
	    str += ",left=" + xc + ",screenX=" + xc;
    	str += ",top=" + yc + ",screenY=" + yc;
  	}
  	return window.open(url, name, str);
}


function playMe2(graj) {
	var	obj = launchCenter("http://partner.wapster.pl/player.aspx?id="+graj, "_player",80,30);
}

function playMe() {
	var winW = parseInt( (ns4||ns6) ? window.innerWidth  : document.body.offsetWidth );
	var winH = parseInt( (ns4||ns6) ? window.innerHeight : document.body.offsetHeight );

	window.open("http://partner.wapster.pl/player.aspx?id=","_player","titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=80,height=30");
}

function zapamietaj(id, id_type){
    url = '/gotowe-smsy,zapamietane.html?id_sms='+id_sms+'&id_type='+id_type;
    LeftPosition = (screen.width) ? (screen.width-310)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-100)/2 : 0;
    settings = 'height=100,width=310,top='+TopPosition+',left='+LeftPosition+',scrollbars=0,noresize,status=1';
    win = window.open(url,"sms",settings);
}

function okno(url,w,h){
    LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
    h1 = h+50;
    settings = 'height='+h1+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=0,noresize,status=1';
    win = window.open(url,"wyslij",settings);
}

//-->
