function open_sub(i) {
    objIframe = document.getElementById('results');
	objIframe.src = 'content.php?i='+i;
}
