Just about to go onto my 2nd tray, so this is the first one nearly over and done with, and a few lessons learned.
If you're going to go out drinking beer all night, probably best to just take them out for the night (even though my ortho will probably kill me if he knows I said that) as they smelt really bad when I went to clean them before bed.
They do get kinda smelly at all points of the day I've noticed and I have become rather conscious about breath, but apparently it's not noticeable. But I've got some toothpaste with mouthwash built in, and I'm scrubbing them with that after every meal now.
If you haven't had them yet and you want to know what it's like, with me I've hardly noticed any pain with the first set. It's kind of weird in the first week when you take them off and eat because you can tell your teeth have moved, and it's a very odd feeling. I've also noticed that I get saliva bubbles underneath the aligners, which can look kind of odd.
I've made a little something which shows the two different views of my treatment. If you roll your mouse over each image, it should change to the target my ortho has for me.
http://www.freshfilmprod.com/view/teeth.html
Not quite sure when my attachments will be going on yet as I can't remember, but he did tell me. As you can see, I do need to have one put on the lateral incisor that needs to be rotated, not going to have that put on for a while yet. Once it starts to be moved he'll put one on there to give it extra leverage.
End of week 2
Moderator: bbsadmin
What a cool way of showing your start/end Clinchecks! How did you do that?
Your teeth will look great once they are done
Your treatment seems quite similar to mine - a crossbite to fix on the lateral incisors but your back teeth already look pretty good.
Your teeth will look great once they are done

Initial set: 31 upper / 17 lower
1st refinement: 14 upper / 10 lower
2nd refinement: 10 upper / 5 lower
1st refinement: 14 upper / 10 lower
2nd refinement: 10 upper / 5 lower
-
- Posts: 28
- Joined: Sat Feb 07, 2009 9:02 am
- Location: London, UK
It's a bit of javascript. If you are able to create your own web pages, this is the code.
The four images are called before.jpg/after.jpg (front view) and before_birdseye.jpg and after_birdseye.jpg (birdseye view). From there you can work out which bits you need to change.
The four images are called before.jpg/after.jpg (front view) and before_birdseye.jpg and after_birdseye.jpg (birdseye view). From there you can work out which bits you need to change.
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>My Teeth</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body onload="MM_preloadImages('after.jpg','after_birdseye.jpg')">
<a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','after.jpg',1)"><img src="before.jpg" name="Image1" width="818" height="730" border="0" id="Image1" /></a>
<a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','after_birdseye.jpg',1)"><img src="before_birdseye.jpg" name="Image2" width="818" height="730" border="0" id="Image2" /></a>
</body>
</html>
-
- Posts: 28
- Joined: Sat Feb 07, 2009 9:02 am
- Location: London, UK