function colorPop(location){
	var colorPop = window.open(location, "colorPop", "width=600,height=555,directories=no,toolbar=no,location=no,menubar=no,scrollbars=yes,status=no,resizable=yes,dependent=no,fullscreen=no")
}

