/*if(screen.width > 1024) {
	var base = document.getElementById("all");
	var elm = document.createElement("div");
	elm.setAttribute("id","footerbig");
	all.appendChild(elm);
}else {
	var base = document.getElementById("all");
	var elm = document.createElement("div");
	elm.setAttribute("id","footer");
	all.appendChild(elm);
}*/

function popup(url){
   	var option = 'toolbar=no,scrollbars=yes,location=no,statusbar=no,menubar=no,resizable=no,width=400, height=500';
	window.open(url,"",option);
}