// JavaScript Document

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