function ShowCodeWindow(url, width, height){
	window.open(url, 'Code', 'width='+width+',height='+height);
}
