﻿
function show(id){
document.getElementById(id).innerHTML = '<form name="order-dvd" action="/dvd/process?test=x0" method="post"><table id="order-dvd"><tr><td>Name<td><input type="text" name="first-name"><tr><td>Last Name<td><input type="text" name="last-name"><tr><td>E-mail<td><input type="text" name="email"><!-- <tr><td>Phone<td><input type="text" name="phone"> --><tr><td>House / Apt <td><input type="text" name="house"><tr><td>Street <td><input type="text" name="street"><tr><td>City<td><input type="text" name="city"><tr><td>Country<td><input type="text" name="country"><tr><td>Post Code<td><input type="text" name="post-code"><tr><td><td><input type="submit" name="submit" value="Submit"></table></form>';
}