function inputbg() {
	if (document.getElementById('ccinput').value == "") {
		document.getElementById('ccinput').style.backgroundPosition="top";
	} else {
		document.getElementById('ccinput').style.backgroundPosition="bottom";
	}
}

jQuery(function($){
   $("#ccinput").Watermark("email@example.com");
});

/*
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=820,height=630,scrollbars=yes,menubar=no,left=50');
return false;
}
*/
