var newwindow;
function featurewindow(url)
{
	newwindow=window.open('http://www.aquawomen.com/features/' + url + '.html','feature','width=760, height=500, scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}


function commentswindow(id)
{
	newwindow=window.open('http://www.aquawomen.com/comments.php?Set=' + id,'comments','width=400, height=300, scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}