// JavaScript Document

// Popup
function popup(url, width, height) {
	//alert(width);
	window.open(url,'livestylewin','width=' + width + ',height=' + height + ',left=300,top=300,scrollbars=yes,menubar=no,resizable=no,toolbar=no,status=no'); 
	//return true;
}