/*

 * Proyecto 83 - http://proyecto83.com - "Simplify, simplify, simplify"

 * Copyright (C) 2008 Emilio Mariscal

 * 

 * == BEGIN LICENSE ==

 * 

 * Licensed under the terms of any of the following licenses at your

 * choice:

 * 

 *  - GNU General Public License Version 2 or later (the "GPL")

 *    http://www.gnu.org/licenses/gpl.html

 * 

 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")

 *    http://www.gnu.org/licenses/lgpl.html

 * 

 * == END LICENSE ==

 * 

 * 	File Name  :

 *

 * 	visualfx.js

 *

 * File Authors :

 * 		Emilio Mariscal ( emi420@gmail.com )

 */

		

/*** Lightbox ***/



function htmlLightbox(url){

	MOOdalBox.open(url, "", "700 340");

}




