function launchCenter(url, name,  width,  height) {
var str = "height=" + height + ",innerHeight=" + height;
 str += ",width=" + width + ",innerWidth=" + width;
  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;
  }
  str += ", directories=no, location=no, menubar=no, scrollbars=no, status=no, toolbar=no, resizable=no";	
  return window.open(url, name, str);
}

function spiral() {
	var url= "popups/candles/spiralcandle.html";
	var name="Pillar";
	var width = 320;
	var height= 380;
	launchCenter( url, name, width, height );
}

function C004() {
var url= "popups/candles/pillar.html";
	var name="Pillar";
	var width = 320;
	var height= 515;
	launchCenter( url, name, width, height );
}


function C011() {
	var url= "popups/candles/bridge.html";
	var name="Bridge";
	var width = 320;
	var height= 601;
	launchCenter( url, name, width, height );
}

function C010() {
	var url= "popups/candles/motion.html";
	var name="motion";
	var width = 320;
	var height= 541;
	launchCenter( url, name, width, height );
}

function C003() {
	var url= "popups/candles/stormy.html";
	var name="Stormy";
	var width = 320;
	var height= 548;
	launchCenter( url, name, width, height );
}

function C001() {
	var url= "popups/candles/frilly.html";
	var name="Frilly";
	var width = 500;
	var height= 414;
	launchCenter( url, name, width, height );
}

function C002() {
	var url= "popups/candles/scroll.html";
	var name="Scroll";
	var width = 500;
	var height= 410;
	launchCenter( url, name, width, height );
}

function C009() {
	var url= "popups/candles/fluid.html";
	var name="Fluid";
	var width = 320;
	var height= 507;
	launchCenter( url, name, width, height );
}


function HH012() {
	var url= "popups/candles/itsconce.html";
	var name="itsconce";
	var width = 320;
	var height= 563;
	launchCenter( url, name, width, height );
}

function HH014() {
	var url= "popups/candles/flatsconce.html";
	var name="flatsconce";
	var width = 320;
	var height= 526;
	launchCenter( url, name, width, height );
}

function C0012() {
	var url= "popups/candles/living.html";
	var name="living";
	var width = 320;
	var height= 640;
	launchCenter( url, name, width, height );
}
