function justone(id){
	var url = "justone.html?justone="+id;
	window.open(url, '', 'height=500,width=450,scrollbars=yes,resizable=yes');

}

