function fullscreen(){
h = screen.availHeight;
w = screen.availWidth;
window.open("http://www.dilemmasmagazine.pl/magazyn/062010/index_full.html","","status=1,menubar=0,location=0,top=0,left=0,width="+ w +",height="+ h +"");	
}

function full(url){
h = screen.availHeight;
w = screen.availWidth;
window.open(url,"","status=1,menubar=0,location=0,top=0,left=0,width="+ w +",height="+ h +"");	
}
