/*
Type: Javascript File
Theme Name: ascodc
Theme URI: http://www.ascodc.com/
Description: This is the Theme for the ascodc Website.
Author: Nitor Solutions
Version: 1.1
Tags: ascodc
Date: 06/08/2011
*/

//this function tests the value for the login textfields
function testFormReplace(obj,type){
	switch(type){
		case "password":
			if(obj.value=="Password"){obj.value='';}
			break;
		case "username":
			if(obj.value=="Username"){obj.value='';}
			break;
	}
}
