// JavaScript Document

//
//function MM_openBrWindow(theURL,winName,features) { //v2.0
//  window.open(theURL,winName,features);
//}

function popUp()
{
	var newWin;
	newWin =window.open("?op=suscripcion","Newsletter",'resizable=no,scrollbars=no,width=400,height=148,toolbar=no')
}

function getImage(url) {
	var myimage = new Image();
	myimage.src = url;
	
	var w = myimage.width;
	var h = myimage.height;
	
	window.open(url,null,"height="+ h +",width="+ w +",status=yes,toolbar=no,menubar=no,location=no");
	
	//alert(myimage.width);
	//alert(myimage.height);
}

function archivo() {
var month = document.archivo.month.value;
var year = document.archivo.year.value;
var url1 = 'http://www.livingcultural.com.ar/index.php?op=historico&a='+year+'&m='+month;
location.href=url1;
//alert (url1);
}
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

